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 receive warning in the console after adding leva useControls in the component (below print from console):
Warning: ReactDOM.render is no longer supported in React 18.
Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17.
Learn more: https://reactjs.org/link/switch-to-createroot
The text was updated successfully, but these errors were encountered:
Hi,
I'm using release 18 of react (below short list of the dependencies using in the project):
I receive warning in the console after adding leva
useControls
in the component (below print from console):The text was updated successfully, but these errors were encountered: