We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2910e5e commit 3813de5Copy full SHA for 3813de5
README.md
@@ -36,8 +36,8 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
36
##### Make sure you have at least ```[email protected]``` installed.
37
```js
38
"peerDependencies": {
39
- "react": "^16.8.6",
40
- "react-dom": "^16.8.6"
+ "react": ">= 16.8.6",
+ "react-dom": ">= 16.8.6"
41
}
42
```
43
0 commit comments