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

Hot Reloading is broken #8

Open
petargyurov opened this issue Jan 19, 2021 · 0 comments
Open

Hot Reloading is broken #8

petargyurov opened this issue Jan 19, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@petargyurov
Copy link
Owner

petargyurov commented Jan 19, 2021

Describe the bug
Reloading the app in dev is broken. Typically in the dev process you use a hot-reloader to automatically reload the app when you make changes. There appears to be something going wrong because on each refresh we just get a blank screen.

To Reproduce
Steps to reproduce the behavior:

  1. Start the app in dev mode
  2. Press Ctrl+R or make a code change and save to prompt the hot-reloader
  3. Observe blank screen

Expected behavior
The app to properly refresh with Ctrl+R and to show new changes if there was a code change

Screenshots
If applicable, add screenshots to help explain your problem.

System Information (please complete the following information):

  • OS: Windows
  • Version 10 (1909)

Additional context
It appears to be an issue caused by the page routing package. Still unsure exactly what it is.

Using other Svelte-specific routers seems like it might be a better choice.
So far this one looks most promising:

@petargyurov petargyurov added the bug Something isn't working label Jan 19, 2021
@petargyurov petargyurov self-assigned this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant