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.
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.