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
There is a known issue regarding the DataTableFilterCommand when the input is edited and you exit via Esc.
How to reproduce:
Go to /infinite
Open cmdk
Enter "status:200" and exit
Open cmdk again
Delete the last "0" (so that its "status:20") and exit via "Escape" or button press outside of the dialog area (not via "Enter")
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.
There is most likely an infinite useEffect loop.
The text was updated successfully, but these errors were encountered:
There is a known issue regarding the
DataTableFilterCommand
when the input is edited and you exit via Esc.How to reproduce:
/infinite
There is most likely an infinite
useEffect
loop.The text was updated successfully, but these errors were encountered: