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
When you're setting a columns filter mode to empty or notEmpty and then switch it to another one like equals the following Error is thrown: Uncaught TypeError: _value.map is not a function.
Minimal, Reproducible Example - (Optional, but Recommended)
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms
I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
The text was updated successfully, but these errors were encountered:
mantine-react-table version
2.0.0-beta.7
react & react-dom versions
^18.2.0
Describe the bug and the steps to reproduce it
When you're setting a columns filter mode to
empty
ornotEmpty
and then switch it to another one likeequals
the following Error is thrown:Uncaught TypeError: _value.map is not a function.
Minimal, Reproducible Example - (Optional, but Recommended)
https://codesandbox.io/p/devbox/dreamy-matsumoto-3cxcss?file=%2Fsrc%2FTS.tsx
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
Maybe, I'll investigate and start debugging
Terms
The text was updated successfully, but these errors were encountered: