-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
The content of else
part in each
block repeats
#4202
Comments
This is a demo project. I have been struggling with it for a few days. |
else
part in each
block repeats sometimeelse
part in each
block repeats
I made an online demo for this issue at https://codesandbox.io/s/sapper-minimal-blns7 |
This seems to be an issue with hydration. Moving to Svelte repo. |
Hydration of |
You can reproduce it by following these steps:
start with
sapper-template#rollup
modify the file
routes/index.svelte
as:Until now everything works fine. You will see one "weird" on the page.
remove the file
routes/_layout.svelte
After refreshing the page (manually), you will see two "weird"s!
if you append something to the file
routes/index.svelte
, make it likethen everything just works fine again.
The text was updated successfully, but these errors were encountered: