Closed KrisjanisStrods closed 2 years ago
After updating react and react-dom version to V18, code-breaking changes are introduced in components that are using useTracker from 'meteor/react-meteor-data';.
useTracker from 'meteor/react-meteor-data';
What ends up happening is, that component gets infinitely re-rendered.
Before V18 update:
After V18 update:
Steps to reliably reproduce the found bug are outlined in the following repo: https://github.com/KrisjanisStrods/meteor-and-react-V18-incompatibility
This should go with #354
Close because of duplicated #354
After updating react and react-dom version to V18, code-breaking changes are introduced in components that are using
useTracker from 'meteor/react-meteor-data';
.What ends up happening is, that component gets infinitely re-rendered.
Before V18 update:
After V18 update:
Steps to reliably reproduce the found bug are outlined in the following repo: https://github.com/KrisjanisStrods/meteor-and-react-V18-incompatibility