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
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
Additional context
Node trace:
Uncaught TypeError: Cannot read properties of undefined (reading 'includes')
at module.exports (includes.js?1b0d:9:1)
at eval (FiltersConfigForm.tsx?ed82:654:1)
at Array.some ()
at FiltersConfigForm (FiltersConfigForm.tsx?ed82:654:1)
at renderWithHooks (react-dom.development.js?61bb:14804:1)
at updateForwardRef (react-dom.development.js?61bb:16817:1)
at beginWork (react-dom.development.js?61bb:18646:1)
at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:189:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:238:1)
at invokeGuardedCallback (react-dom.development.js?61bb:293:1)
The text was updated successfully, but these errors were encountered:
A clear and concise description of what the bug is.
How to reproduce the bug
Expected results
Create new filter
Actual results
Error when try to create a new filter
Screenshots
Environment
Chrome version: 111.0.5563.146
[2.1.0rc3](https://github.com/apache/superset/releases/tag/2.1.0rc3)
3.8.16
16
Checklist
Additional context
Node trace:
Uncaught TypeError: Cannot read properties of undefined (reading 'includes')
at module.exports (includes.js?1b0d:9:1)
at eval (FiltersConfigForm.tsx?ed82:654:1)
at Array.some ()
at FiltersConfigForm (FiltersConfigForm.tsx?ed82:654:1)
at renderWithHooks (react-dom.development.js?61bb:14804:1)
at updateForwardRef (react-dom.development.js?61bb:16817:1)
at beginWork (react-dom.development.js?61bb:18646:1)
at HTMLUnknownElement.callCallback (react-dom.development.js?61bb:189:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js?61bb:238:1)
at invokeGuardedCallback (react-dom.development.js?61bb:293:1)
The text was updated successfully, but these errors were encountered: