You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
When load the page in the first time or click the "refresh" button in browser, the client side js is going to remove all html nodes rendered in server side, and then render them again.
To Reproduce
Use sapper's official example (npx degit "sveltejs/sapper-template#rollup" my-app)
Run the example
Open localhost:3000
Add a breakpoint of body element in Chrome dev tools
Refresh the page
Expected behavior
Sapper shouldn't remove those html nodes in first time rendering.
Information about your Sapper Installation:
Your browser and the version: Chrome 79
Your operating system: macOS 10.15
Your hosting environment: Local
Sapper version: 0.27.9
Svelte version: 3.12.1
If it is an exported (npm run export) or dynamic application: dynamic
Whether your application uses Webpack or Rollup: Rollup
swyxio, hronro, akaufmann, begonaalvarezd and bernhardwShynRou, tanhauhau and begonaalvarezd