react-dropdown-select
react-dropdown-select copied to clipboard
Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
I started seeing this error after migrating from React 18 to React 19.
"react-dropdown-select": "4.12.2",