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
both the Near Social and near.org viewers use React 18, but the installed versions of react-files and react-singleton-hook both have peer dependencies of React 17
The text was updated successfully, but these errors were encountered:
As per Light-Keeper/react-singleton-hook#479 - recommend bumping version of react-singleton-hook up to 4.0.1. Eliminates the console error in current version of vm: 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.
Workaround is to put a resolution in package.json:
both the Near Social and near.org viewers use React 18, but the installed versions of
react-files
andreact-singleton-hook
both have peer dependencies of React 17The text was updated successfully, but these errors were encountered: