Client Actions need explicit names if server rendered #468
Replies: 1 comment
-
Gonna answer my own question and give something for googlers to hit. If you're using Solid Start, you might be missing a If you're not using Solid Start, then just give a unique name to the action: const myAction = action(async () => {
// stuff
}, "my unique name"); |
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.
-
I'm getting the following error:
Beta Was this translation helpful? Give feedback.
All reactions