form
form copied to clipboard
docs(solid-form): update the example code of async initial values
What's wrong with the example:
- Destructuring query breaks the reactivity.
- Don't do early return in Solid component, because it only runs once.