-
Notifications
You must be signed in to change notification settings - Fork 392
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
React 18 not working ! #573
Comments
not working with react dom v: 18 |
Hi guys, Is there any updates for React 18? |
Aww sad to hear, I was about to try it out. Did you ever find a workaround or alternative? |
Encountering the same issue with this. 😭 |
@Abhishek1350 Thank you . It works but the styles are broken . Do you have any solution for that? |
@Nayem55 Not sure about the broken styles, But you can try these steps.
Also when you deploy your app, check the page content by clicking on "view page source" in the browser. And see if you are getting the expected page content. Apply these steps one by one and let me know what works! |
Okk .. I'll try this and let you know |
Hello Guys,, do we have any news about any update of this library? is it still compatimple with react 18? |
Hey guys, just had the same problem. Looking at the React 18 API Docu, I solved it like this and it works. Hope it helps.
|
I'm doing this, but it is still not working, see error below: Using "react-dom": "~18.2.0", "react-router": "~6.22.0", and createBrowserRouter
ERROR
Any Ideas |
Hi @moretime-dev: Can you please mention where to add this code? When I added this script in src/index.js, it's showing error for HTMLElement . |
Hi, were you able to fix it to make it working? If so, can you please provide the details? |
Hi debashisqba, |
Here is how I got mine working, and I build it with Docker.
This replaces what is the react-snaps folder with my verions in the scripts folder. And it now compiles. |
Bug Report
Current Behavior
A clear and concise description of the behavior.
Reproducible demo
Link to GitHub repository or codesandbox with a demo of the bug behavior.
Expected behavior/code
A clear and concise description of what you expected to happen (or code).
Possible Solution
Additional context/Screenshots
Add any other context about the problem here. If applicable, add screenshots to help explain.
The text was updated successfully, but these errors were encountered: