-
Notifications
You must be signed in to change notification settings - Fork 752
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
Could not find a valid element for given id or className. #176
Comments
Same issue here, same setup. Just can't get it working at all. Could not find a valid element for given id or className |
I resolved this error by using dynamic import in Next. Here is my code: Editor component:
In the page that use Editor component:
|
The same thing is happening for me on version 1.6.0. This is happening, I'd say, more than 50% of the time that I load/refresh the page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!!! Hope you guys are doing well.
I have a problem on my setup for this project on the fresh next.js repository.
My stack
I'm getting problem when I try to refresh page. And found this problem
I found this code on the file.
react-email-editor/src/index.js
Line 11 in d1bdf00
I'm not sure what is intention to count up the id.
Thankyou for help.
The text was updated successfully, but these errors were encountered: