S
SolidJS13mo ago
avant

createRouteAction Form TypeScript

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