S
SolidJS3y ago
avant

createRouteAction Form TypeScript

Why is she screaming at me?
2 Replies
mdynnl
mdynnl3y ago
createRouteAction's callback fn needs to accept FormData as its first param createRouteAction(async (form: FormData) => ...)
avant
avantOP3y ago
Works, thanks

Did you find this page helpful?