-
Notifications
You must be signed in to change notification settings - Fork 174
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
Fix path routing #500
Fix path routing #500
Conversation
90d05d5
to
1eb1b51
Compare
Fixes #491 |
Checked for angular/vue/react routers. Please test for any use case you can think of. ;) |
This issue is still blocked until https://github.com/kyma-project/console/issues/798 is solved. |
8799ca0
to
432dd57
Compare
3b7d793
to
bfbe513
Compare
react-router uses a library called history internally. https://github.com/ReactTraining/history/blob/master/modules/DOMUtils.js#L53 --> this is the line that was causing problems for console. Adding state to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it with Kyma console, Catalog node, navigating between the Services and the Addons tab. It works 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍
Description
Changes proposed in this pull request:
Related issue(s)
https://github.com/kyma-project/console/issues/798, which includes the steps to reproduce the issue.