-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Menu does not close when switching between pages #554
Comments
I have the same issue |
2 similar comments
I have the same issue |
I have the same issue |
thank you for the example. the issue is fixed in the next version v6.0.0-pre that will be released in the next days. Stay tuned ;) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a simple example: https://gist.github.com/smiera/762c200059a2960f142bc44466ecbdf9
Menu #1
open dropdownMenu #2
. Opened dropdown list is still open.If I remove NoTransitionPage in GoRouter(replace
pageBuilder
tobuilder
in example), then everything works correctly.The text was updated successfully, but these errors were encountered: