Skip to content
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

Breadcrumbs and navigation link dont change into popover #6204

Closed
tomitank opened this issue Sep 5, 2022 · 4 comments
Closed

Breadcrumbs and navigation link dont change into popover #6204

tomitank opened this issue Sep 5, 2022 · 4 comments

Comments

@tomitank
Copy link

tomitank commented Sep 5, 2022

After v 62.0.3, the Breadcrumbs and navigation link dont change into popover when resize the browser or switch to mobile view.
I use React 18.

@elizabetdev
Copy link
Contributor

Hi @tomitank,

We currently don't support React 18. You can follow the meta issue here: #6182.

@tomitank
Copy link
Author

tomitank commented Sep 6, 2022

@miukimiu
Interesting, bacuse of with 62.0.3 and older version has not problem. 62.0.3 working with React 18 without errors for me.
I think this change come the error for Breadcrumbs:
#5934

@cee-chen
Copy link
Contributor

cee-chen commented Sep 6, 2022

One thing that just occurred to me - breadcrumbs use our breakpoints helpers that now rely on breakpoints in our EuiProvider. @tomitank, are you wrapping your entire app in an <EuiProvider>? If not, that is why the responsive logic is not working.

Also, another quick request - if we close an issue, especially from a bot/staleness, please don't open a new one - just re-open the old one! :)

@tomitank
Copy link
Author

tomitank commented Sep 7, 2022

@constancecchen
Many thanks! EuiProvider was the key! I'ts work with React 17 & 18 as well.

@tomitank tomitank closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants