File tree 2 files changed +2
-4
lines changed
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
126
126
npm install --save-dev react-test-renderer@^16.9.0
127
127
```
128
128
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 ` .**
131
130
132
131
## API
133
132
Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ npm install react@^16.9.0
78
78
npm install --save-dev react-test-renderer@^16.9.0
79
79
```
80
80
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 ` .**
83
82
84
83
## Testing Framework
85
84
You can’t perform that action at this time.
0 commit comments