-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React does not recognize the
isCollapsible prop on a DOM element
error
#200219
Comments
Likely an issue with |
After taking a closer look, this is almost certainly an issue in Kibana itself / with the Shared UX implementation of serverless nav, not in the underlying EUI components. Can you transfer this issue to the Kibana repo? cc @sebelga @tsullivan From what I can tell from the the stacktrace posted, it indicates that an That issue is likely here:
|
I'll look into it 👍 |
Pinging @elastic/appex-sharedux (Team:SharedUX) |
Describe the bug
The error appears in the console
React does not recognize the
isCollapsibleprop on a DOM element.
Impact and severity
No user impact and probably very low priority, though should be a straightforward error the fix.
Environment and versions
97.3.0
^17.0.2
main
branch currently (at the time of the creation of this ticket), so8.16
To Reproduce
Steps to reproduce the behavior:
Security
navigation (Manage spaces => Default => Select solution view => Security)Changing the navigation back to
Classic
makes the error go away.Expected behavior
The console error should not be thrown.
Screenshots
Additional context
I tried looking at some of the EUI components that could have been at fault here:
I have a feeling this is related to the
EuiCollapsibleNavBeta
as it seems to only happen in the space-specific navigation, but I could be totally off!The text was updated successfully, but these errors were encountered: