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

Don't treat Nav Key to move as an error #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anagrius
Copy link

@anagrius anagrius commented Dec 3, 2020

About a year ago an issue was fixed where moving the Navigation Key in the application Model would make Hot Reloading fail. While the logic to detect the new location of the key was implemented, the code still seems to treat the move as an error condition.

The fix was in 1.1.4:

fixed a bug where HMR failed because Browser.Navigation.Key changed location

It seems that the check for what was previously considered an error is still in place. This PR will remove that check and just update the key.

Allowing the navigation key to move was fixed earlier,
but it never actually worked in practice. The change of
path was still treated as an error condition.
@anagrius
Copy link
Author

bump?

@anagrius
Copy link
Author

anagrius commented Jun 2, 2021

bump

@anagrius
Copy link
Author

bump?

@anagrius
Copy link
Author

anagrius commented Dec 7, 2021

bump? :..(

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

Successfully merging this pull request may close these issues.

1 participant