In my project with Codemirror version 5.62.3 and the 'monokai' theme set to a dark background, I am facing an issue where upon reloading the page, the CodeMirror initializes as a small white box before the proper styling is applied. I have attempted to render the Codemirror only once its value has been loaded to avoid this behavior, but there is still a short period where the box remains white. Is there a more effective way to prevent this visual glitch?