File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,7 @@ npm install react@^16.9.0
126126npm install --save-dev react-test-renderer@^16.9.0
127127```
128128
129- Both of these dependecies must be installed as at least version ` 16.9.0 ` to be compatible with
130- ` react-hooks-testing-library ` .
129+ > ** NOTE: The minimum supported version of ` react ` and ` react-test-renderer ` is ` ^16.9.0 ` .**
131130
132131## API
133132
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ npm install react@^16.9.0
7878npm install --save-dev react-test-renderer@^16.9.0
7979```
8080
81- Both of these dependecies must be installed as at least version ` 16.9.0 ` to be compatible with
82- ` react-hooks-testing-library ` .
81+ > ** NOTE: The minimum supported version of ` react ` and ` react-test-renderer ` is ` ^16.9.0 ` .**
8382
8483## Testing Framework
8584
You can’t perform that action at this time.
0 commit comments