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
My project needs React 17 as it has multiple app root elements, so I updated ./node_modules/@blueprintjs/core.package.json directly with "react": "^15.3.0 || 16 || 17" and everything seems to be working well so far.
It doesn't need to wait for 4.0. React 17's only breaking change is the moving of event handlers from document root to React root element, which is unlikely to cause problems. It's a stepping stone release for future compatibility.
React 17 released already, but peerDependencies contains
"react": "^15.3.0 || 16"
, so there are npm warnings after React is updatedThe text was updated successfully, but these errors were encountered: