React DOM not updating after the browser/react server stopped supporting a component
问题 Overnight, my originally working react service was disabled. The reason that it happens is my browser or react server stopped supporting this react component "react-selectize". React-selectize is a react component build on "react-select" and provide some extra feature. The DOM no longer update for the component. A quick fix would be to change component into react-select and abandon some features. My question is, we didn't update our browser or any npm package, why would this change occurs