Update @packages/reporter and @packages/app to use mobx
v6
and mobx-react
v9
#30509
Labels
Cypress 14
Issues scoped for Cypress 14
pkg/reporter
This is due to an issue in the packages/reporter directory
What would you like?
Currently, the Cypress reporter uses an old version of
mobx
andmobx-react
that works with React 16-18.2.Why is this needed?
If Cypress wants to update to LTS
react
18.3.1
, we will need to updatemobx-react
from v5 to v9 and mobx from v5 to v6Other
see the mobx migration guide. Leveraging the mobx-undecorate package is also extremely helpful when migration (for our use case,
npx mobx-undecorate --keepDecorators
The text was updated successfully, but these errors were encountered: