rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

Uncaught TypeError: Cannot read property 'oneOfType' of undefined #91

Open rashidul-hasan opened 5 years ago

rashidul-hasan commented 5 years ago

"react": "^16.8.6" I'm seeing this error in the console & the component fails to initialize. I'm guessing the reason is is that props-types has been removed from react & this plugin imports prop-types from react. Any workaround for this?