Replies: 1 comment
-
You could define 4 different load functions for a page (although this seems a bit hacky to fit your use case).
|
Beta Was this translation helpful? Give feedback.
0 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.
-
https://kit.svelte.dev/docs/types#sveltejs-kit-serverloadevent
According to the doc above, I can see that you can include only one
invalidate
in aload
function.How can I define multiple load functions for triggering multiple
invalidate
events on +page.svelte?Beta Was this translation helpful? Give feedback.
All reactions