We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c73c5a commit e4c20efCopy full SHA for e4c20ef
package.json
@@ -28,6 +28,7 @@
28
"input"
29
],
30
"dependencies": {
31
+ "prop-types": "^15.5.8",
32
"select2": "^4.0.0",
33
"shallow-equal-fuzzy": "^0.0.2"
34
},
src/components/Select2.js
@@ -1,4 +1,5 @@
1
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
2
+import PropTypes from 'prop-types';
3
import ReactDOM from 'react-dom';
4
import shallowEqualFuzzy from 'shallow-equal-fuzzy';
5
import $ from 'jquery';
0 commit comments