You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: