You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Followed the example in README.MD but had to resolve a few errors. Perhaps adding the below to the example may be useful?
Just got back into react dev so definitely quite new here. Figured sharing this may help others too.
Describe the bug
Followed the example in README.MD but had to resolve a few errors. Perhaps adding the below to the example may be useful?
Just got back into react dev so definitely quite new here. Figured sharing this may help others too.
To Reproduce
Steps to reproduce the behavior including code snippet (if applies):
Copy & paste example in project.
Expected behavior
For example to work.
Major breaking change is
ReactDOM
is obsolete https://legacy.reactjs.org/docs/react-dom.html, usecreateRoot
instead https://react.dev/reference/react-dom/client/createRoot#referenceFew other syntax changes required to work with NextJs.
See solution below in comments
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: