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
I received this error while trying to implement Vaul.
Error: A React Element from an older version of React was rendered. This is not supported. It can happen if:
- Multiple copies of the "react" package is used.
- A library pre-bundled an old copy of "react" or "react/jsx-runtime".
- A compiler tries to "inline" JSX instead of using the runtime.
Relatively basic install with react 19 and vite. I assume the issue is that it needs to be updated to react 19.
The text was updated successfully, but these errors were encountered:
I received this error while trying to implement Vaul.
Relatively basic install with react 19 and vite. I assume the issue is that it needs to be updated to react 19.
The text was updated successfully, but these errors were encountered: