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

property 'centerToPath' of undefined #22

Closed
stuartmemo opened this issue Aug 12, 2015 · 4 comments
Closed

property 'centerToPath' of undefined #22

stuartmemo opened this issue Aug 12, 2015 · 4 comments

Comments

@stuartmemo
Copy link

JS error stops Stylie working at all. Renders blank page. Happens on http://jeremyckahn.github.io/stylie/ and locally.

@jeremyckahn
Copy link
Owner

Oh no! So sorry about that. Silly mistake on my part, and I missed it because the issue only affects users who haven't used Stylie previously and therefore have no data in localStorage. Please visit http://jeremyckahn.github.io/stylie/ again, refresh the page twice quickly (this will bust the application cache and pull down the latest code) and run this in your browser's JS console:

localStorage.clear();

...And refresh again. Please let me know if this gets the app working for you. Thanks for reporting!

@stuartmemo
Copy link
Author

Amazing, works a treat. Thanks very much!

@stuartmemo
Copy link
Author

Oh, FYI the double refresh didn't work. Had to open devtools and delete it from localStorage manually.

@jeremyckahn
Copy link
Owner

You're welcome! The double refresh usually busts application cache for me. If that doesn't work, you may need to remove the cached code from chrome://appcache-internals/. Not ideal, I realize, but hopefully issues like this won't come up very often (or ever again).

To clarify, a quick double-refresh will not affect localStorage, only application cache.

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

2 participants