-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refreshing broken after navigation. #68
Labels
Comments
Yep, reported here: yoshuawuyts/sheet-router#72 |
By pushing back our goals on the project, this issue can be put off for now, as we don't even need a preference pane to do a single playlist interface. |
I switched to using hash based views and this worked again. Since we are doing file based view loading, using hashes makes more sense anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was another sheet-router bug I was running into. Basically, refreshing the app should work everywhere, but after you navigate around, you lose the base url so subsequent refreshes fail. The gif shows 1 working refresh (initial state) and one failed refresh at the end. I need to open an issue upstream. Going to 🛏 goodnight 🌖
The text was updated successfully, but these errors were encountered: