MCPcopy Create free account
hub / github.com/Klerith/react-hooks / onResetForm

Function onResetForm

src/hooks/useForm.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 const onResetForm = () => {
16 setFormState( initialForm );
17 }
18
19 return {
20 ...formState,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected