Replies: 2 comments 2 replies
-
I didn't find an answer for this either—I had to write some ugly prebuild scripts to get the client and server synchronized. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You'll have to provide some sample code for us to figure out the issue. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a page with a chart. The page is server rendered. I would like to disable rendering the chart again on the client. Unless user wants to (for example clicks the button). I was not able to achieve this, because the client page always overrides what was server from server.
I can't disable CSR on this page.
How do I do it in svelte kit?
Beta Was this translation helpful? Give feedback.
All reactions