Skip to content

Commit b383b4f

Browse files
committed
breaking: release version 9.0.0 of @cypress/react.
BREAKING CHANGE: Cypress 14 drops support for React 16-17. React 18 and up is supported.
1 parent e51b975 commit b383b4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

npm/react/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Mount React components in the open source [Cypress.io](https://www.cypress.io/) test runner
44

55
> **Note:** This package is bundled with the `cypress` package and should not need to be installed separately. See the [React Component Testing Docs](https://docs.cypress.io/guides/component-testing/react/overview) for mounting React components. Installing and importing `mount` from `@cypress/react` should only be done for advanced use-cases.
6+
7+
## Requirements
8+
9+
- React 18.0.0+ (Cypress 13 and under supports React 16 and 17)
10+
611
## Development
712

813
Run `yarn build` to compile and sync packages to the `cypress` cli package.

0 commit comments

Comments
 (0)