Replies: 4 comments 1 reply
-
I did use both, and everything seems to work fine on both csr and SSR pages. |
Beta Was this translation helpful? Give feedback.
-
Hey @Haiz14, since the So the the I also happen to notice you did: onMount(() => {
autoModeWatcher();
}) This can be removed, as the If you do encounter any issues, please let us know! |
Beta Was this translation helpful? Give feedback.
-
Selected light or dark mode is breaking on CSR pages. I think I would have to add onMount in all CSR pages.
|
Beta Was this translation helpful? Give feedback.
-
On the website i am working at, some pages are server-rendered, some are client-rendered.
If i add
autoModeWatcher
in root+layout.svelte
for both ssr and non ssr, will it cause any issue?Beta Was this translation helpful? Give feedback.
All reactions