<script context="module">
import Editor from '@svelte-parts/editor';
export const ssr = false;
</script>
<Editor/>
error log:
<Editor> is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
I tried to [https://github.com/codemirror/CodeMirror/issues/5492](CodeMirror issues) disable SSR, but found that I needed to disable SSR globally.
https://kit.svelte.dev/docs#ssr-and-javascript-ssr
disable SSR a page-level ssr export don't work.
markdown.svelte
error log: