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

No location.key on context #3956

Closed
mjackson opened this issue Sep 27, 2016 · 2 comments
Closed

No location.key on context #3956

mjackson opened this issue Sep 27, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@mjackson
Copy link
Member

Currently, createRouterLocation doesn't preserve the location.key. We should fix that.

@mjackson mjackson added this to the v4.0.0 milestone Sep 27, 2016
@mjackson mjackson changed the title [v4] No location.key on context No location.key on context Sep 27, 2016
@timdorr
Copy link
Member

timdorr commented Sep 27, 2016

Is key needed? I wonder if we can get around that by be careful to maintain the same location object instance and using === everywhere? That might be a hassle, but just a thought.

@mjackson
Copy link
Member Author

Yep, we need a key so we can save stuff to sessionStorage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants