Plate & Next SSR #1847
-
Hello Everyone! Has anyone had success with Plate and SSR? I'm using the latest Next, Plate & React 17. I've tried providing the initialValue from the server but Slate is never included in the SSR'd HTML. I've created a simple sandbox to show the issue I'm guessing this has to do with all the useEffect's that run while Plate is initialized, but not too sure how that could be avoided. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You will either need to manually downgrade to version 16 or use dynamic loading. eg.
|
Beta Was this translation helpful? Give feedback.
-
Can you try it out with Plate 17? |
Beta Was this translation helpful? Give feedback.
Can you try it out with Plate 17?