react-dropdown-select icon indicating copy to clipboard operation
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.

Open jgalianoz opened this issue 6 months ago • 0 comments

I started seeing this error after migrating from React 18 to React 19.

"react-dropdown-select": "4.12.2",

Image

jgalianoz avatar Jul 18 '25 15:07 jgalianoz