furqanZafar / react-selectize

http://furqanzafar.github.io/react-selectize/
Apache License 2.0
704 stars 138 forks source link

Component disabled in webpack server #201

Open xyuae opened 6 years ago

xyuae commented 6 years ago

I am using default webpack server in react-creat-app package. Overnight all the dropdown button was disabled. It fails to update the DOM.

If we transpile the code into static files and serve it in Django, the dropdown button still works. My guess is that the webpack server no longer supports this component.