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
Can we upgrade React version freely with React Workspaces Playground ?
Currently trying to upgrade from v16 to v17, everything seemed pretty well, but now my tests timeout. They almost all pass, however they don't end. Don't know if it's a React issue or if it's linked with this Repo. Do you have any ideas ?
Edit: As a complementary informations, our tests are simply run with lerna, the commands kinda looks like that:
lerna run --parallel test
It runs pretty well with React 16, but now tests doesn't answer at some time, and they simply timeout. I wonder if it's a React problem, or a problem with this package. So any advices would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
Can we upgrade React version freely with React Workspaces Playground ?
Currently trying to upgrade from v16 to v17, everything seemed pretty well, but now my tests timeout. They almost all pass, however they don't end. Don't know if it's a React issue or if it's linked with this Repo. Do you have any ideas ?
Edit: As a complementary informations, our tests are simply run with lerna, the commands kinda looks like that:
It runs pretty well with React 16, but now tests doesn't answer at some time, and they simply timeout. I wonder if it's a React problem, or a problem with this package. So any advices would be appreciated.
The text was updated successfully, but these errors were encountered: