Duplicates
Latest version
Current behavior 😯
When an action returns json, it breaks compatibility with server-side rendering in cases where you have a classic form without javascript.
Expected behavior 🤔
I expect to remain on the same page if my action returns a JSON constructed with the SolidJSRouter method.
Steps to reproduce 🕹
Steps:
Context 🔦
I simply want it to be fully compatible without JavaScript.
Duplicates
Latest version
Current behavior 😯
When an action returns json, it breaks compatibility with server-side rendering in cases where you have a classic form without javascript.
Expected behavior 🤔
I expect to remain on the same page if my action returns a JSON constructed with the SolidJSRouter method.
Steps to reproduce 🕹
Steps:
return json({test: true})Context 🔦
I simply want it to be fully compatible without JavaScript.