-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working