-
Notifications
You must be signed in to change notification settings - Fork 55
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
Bug: Doesn't render if we use React 18 #961
Comments
Hey the links example seems to work for me. What are you seeing that is wrong? |
You are not going to believe it but when I wrote it was not working. Now it is working. Strange. The most probability is HMR. |
FYI I am using Vite. |
I found a possible solution in #968, maybe that's what fixed it for you? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found doesn't work if we use a new API for rendering the app. If we use the previous render method it works, but with this new
createRoot
API it doesn't work.Example: https://stackblitz.com/edit/react-ts-txojky?file=index.tsx
The text was updated successfully, but these errors were encountered: