React v17.0 is out

4 Likes

I’m using react v16.13.0 and react-router v5.2.0, do you have a update instruction?

Just check the breaking-changes part of the announcement. If you don’t think you are affected, proceed with the upgrade. We just run our e2e tests after the upgrade and everything passed (we run it before during the rc releases so we have confidence that nothing breaks)

1 Like

Found one issue upgrading so far: https://github.com/meteor/react-packages/issues/299

getting this warning in my web browser console, after update to react 17 ,

WARNING: npm peer requirements (for react-meteor-data) not installed:

  • react@17.0.2 installed, react@15.3 - 16 needed

Update the version of react-meteor-data that you are using

1 Like

what’s better in this?