Replies: 1 comment
-
The main nuance of connecting to NextJS is that you should use the editor on the client side, because ProseMirror and CodeMirror use the global browser document and other features (like CSS import). You can read more in our doc. If you find any other nuances of working in NextJS, please let me know You can also see how we added the editor to the landing page of the Gravity UI site. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently use this in
React + Vite
application, but want to use it in aNextJS
application as well, and just wondering if there is any specific difference for setting it up?Beta Was this translation helpful? Give feedback.
All reactions