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 1f3a323 commit 43e68c1Copy full SHA for 43e68c1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-select-fast-filter-options",
3
- "version": "0.2.2",
+ "version": "0.2.3",
4
"description": "react-select filterOptions function optimized to quickly filter large options lists",
5
"main": "dist/commonjs/index.js",
6
"jsnext:main": "dist/es/index.js",
@@ -47,7 +47,7 @@
47
"js-search": "^1.3.1"
48
},
49
"peerDependencies": {
50
- "react": "^0.14.0 || ^15.0.0",
+ "react": "^0.14.0 || ^15.0.0 || ^16.0.0-a",
51
"react-select": "^1.0.0-beta14"
52
53
"devDependencies": {
0 commit comments