-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextJS SSR Problem #20
Comments
I haven't tested this component from a server rendering scenario. I'm afraid I cannot help on that until I have some time to test this myself. Sorry for the delay, but had you solve the issue @zeroseed ? Let me know. |
HI @dstpierre |
Made it work using dynamic import component /pages/index.js
/components/TrixEditor.js
|
Hi, I'm using nextjs along with this react-trix,
I found some exception,
When the page load (for the first time), its returning an error
Warning: Did not expect server HTML to contain a <trix-toolbar> in <div>.
editor not found
However when I try to load other page first , then change my route to the page that have trix editor, there's no problem, the problem is only when I load the page that have trix editor for the first time
The text was updated successfully, but these errors were encountered: