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
Mlocik97
changed the title
ssr = false; turn off ssr for JavaScript, but not for CSS. CSS is still server-side rendered.
ssr = false; turn off ssr for HTML and JavaScript, but not for CSS. CSS is still server-side rendered.
Apr 2, 2021
Describe the bug
ssr = false; turn off ssr for HTML and JavaScript, but not for CSS. CSS is still server-side rendered.
Logs
To Reproduce
put:
to index.svelte in template.
Expected behavior
CSS be client-side rendered (added to DOM by JS)
Information about your SvelteKit Installation:
npx envinfo --system --npmPackages svelte,@sveltejs/kit --binaries --browsers
Severity
1/10
The text was updated successfully, but these errors were encountered: