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

Page doesn't load if bluekitSelectedAtom Local Storage property isn't a valid Component name #82

Closed
joshfarrant opened this issue Nov 22, 2016 · 1 comment

Comments

@joshfarrant
Copy link
Contributor

This can be replicated by setting the bluekitSelectedAtom property in Local Storage to a random string, and refreshing the page.

localStorage.setItem('bluekitSelectedAtom', 'asdf');

This issue arose after I renamed a component whilst BlueKit was open and focused on that component.

@joshfarrant
Copy link
Contributor Author

I believe I've got a fix for this, if you're happy for me to then I'll submit a PR once I've tested it.

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

1 participant