We should make sure that <SolidFlow /> can be used in a server side rendering context without issues. As per the React/Svelte Flow documentation, the biggest difference is that you need to supply width/height dimensions ahead of time to the nodes/edges since there is no DOM.
We should make sure that
<SolidFlow />can be used in a server side rendering context without issues. As per the React/Svelte Flow documentation, the biggest difference is that you need to supply width/height dimensions ahead of time to the nodes/edges since there is no DOM.