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 has been archived by the owner on Jan 11, 2023. It is now read-only.
Describe the bug
When page load in server side render (direct access eg: /dashboard), the script on page not work. But when in client side render (eg: navigating from login page -> dashboard), it work.
The problem occurs when:
Nested layout (not affected nested route without _layout.svelte)
Using tailwindcss with svelte-preprocess (when disable tailwind/svelte-preporcess bug not happen)
Describe the bug
When page load in server side render (direct access eg: /dashboard), the script on page not work. But when in client side render (eg: navigating from login page -> dashboard), it work.
The problem occurs when:
Logs
No log on server console / client console
To Reproduce
Reproduce: https://github.com/tegalan/sapper-tailwind-bug-reproduce
Video demo: https://github.com/tegalan/sapper-tailwind-bug-reproduce/blob/main/Screen%20Recording%202020-10-30%20at%2022.34.49.mov
Expected behavior
Script work both on client and server render
Stacktraces
Information about your Sapper Installation:
Severity
Blocking some user
Additional context
Maybe related to #1579
The text was updated successfully, but these errors were encountered: