We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment and versions
When I use React.StrictMode the list KibanaNavLinks does not open
React.StrictMode
KibanaNavLinks
const KibanaNavLinks: EuiPinnableListGroupItemProps[] = [ { label: 'Discover', pinned: true }, { label: 'Visualize', pinned: true }, { label: 'Dashboards', pinned: true }, { label: 'Canvas', pinned: true }, { label: 'Maps', pinned: true }, { label: 'Machine Learning', pinned: true }, { label: 'Graph', pinned: true }, ]; <EuiCollapsibleNavGroup title="Kibana" iconType="logoKibana" isCollapsible={true} initialIsOpen={true} > <EuiPinnableListGroup listItems={KibanaNavLinks} onPinClick={() => {}} maxWidth="none" color="text" gutterSize="none" size="s" /> </EuiCollapsibleNavGroup>
The text was updated successfully, but these errors were encountered:
Hi @IvanovRoman, thank you for the bug report! Unfortunately, we do not currently support strict mode: #7774.
I'm going to close this issue in favor of #7774. You can follow that issue for progress updates on Strict Mode support.
It's not currently on our Roadmap, so I'm not sure when / if we will provide support.
Sorry, something went wrong.
No branches or pull requests
Environment and versions
When I use
React.StrictMode
the listKibanaNavLinks
does not openThe text was updated successfully, but these errors were encountered: