You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think use:* directive in Solid is working. Not sure what's wrong.
Whole code
import{createForm}from"@felte/solid";exportdefaultfunctionRegister(){const{ form }=createForm({onSubmit: async(values)=>{/* call to an api */},});functiontest(){}return(<mainclass="text-center mx-auto text-gray-700 p-4"><h1>Register</h1><formuse:form><inputtype="text"name="email"/><inputtype="password"name="password"/>
<buttontype="submit">SignIn</button></form></main>);}
Describe the bug
I don't think
use:*
directive in Solid is working. Not sure what's wrong.Whole code
Which package/s are you using?
@felte/solid (SolidJS), @felte/reporter-solid
Environment
@felte/[email protected]
,@felte/[email protected]
To reproduce
No response
Small reproduction example
No response
Screenshots
Error
Additional context
No response
The text was updated successfully, but these errors were encountered: