Dmitriy Solodovnikov
Dmitriy Solodovnikov
> What happens if you change it to > > ```svelte > > let editorRef = null; > > ... > holder: editorRef, > ... > > > > ```...
> @TuzSeRik > Thiserror occurs because there is no window object abailable during ssr, as the window object only exists in the browser. > Therefore, when preforming ssr, we need...
@tgorman31 @deshartman JFYI As far as I see, the package is pretty abandoned. I tried to use Editor.js with Svelte&&Kit natively, however, stumbled upon [issue](https://github.com/codex-team/editor.js/issues/2314) with the rendering of data.
> @TuzSeRik Does it work now? I am using Editor.js with Sveltekit too. It's confused me a long time. > Do you encounter the same problem? I got an answer,...