-
Hi everyone, I'm trying to build a form with Solid Start that would work with Javascript disabled and be progressively enhanced if javascript is disabled. I'm using Solid Router's server only This works great as long as Javascript is enabled, but as soon as I disable it, the useSubmission's return value is empty. I reproduced this behavior in a minimal sandbox. I'm not sure if this is a bug or a misuse if the tool : when I inspect the network tab, I can see the flash message returned from the server action being sent as a cookie on the page reload response, but I don't know how to use these values in the render of the page server-side. I would have expected useSubmission be usable server-side when browser's javascript is disabled, similary to Next's useFormState, but I may just be using it wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We introduced an error in 0.13.4 of the router that broke this functionality. It will be back in 0.13.6 which i should be releasing today. |
Beta Was this translation helpful? Give feedback.
We introduced an error in 0.13.4 of the router that broke this functionality. It will be back in 0.13.6 which i should be releasing today.