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
console.js:288 Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
console.log('Value or Focus changed: ', { value, isFocus }); only prints when Dropdown is interacted with.
I have tried debugging it and managed to pinpoint it to using Dropdown component. Kindly assist.
The text was updated successfully, but these errors were encountered:
I had the same issue, and for some reason it happens when you have an empty array.
I made a small patch in the module on line 150. Try adding it and patch-package the module.
*** JUST A HOTFIX FOR ME ***
I had the same issue, and for some reason it happens when you have an empty array. I made a small patch in the module on line 150. Try adding it and patch-package the module. *** JUST A HOTFIX FOR ME ***
Here's my component -
I'm using it like this -
I'm getting this warning in console -
console.log('Value or Focus changed: ', { value, isFocus }); only prints when Dropdown is interacted with.
I have tried debugging it and managed to pinpoint it to using Dropdown component. Kindly assist.
The text was updated successfully, but these errors were encountered: