Releases: formspree/statickit-react
Releases · formspree/statickit-react
Beta 7
- Use
useRefinternally to store the StaticKit client
Beta 6
- Fixes bug in form component teardown
Beta 5
- Update core to fix
windowissue in server-side rendering
Beta 4
- Update StaticKit Core
- Teardown the client when form components are unmounted
Beta 2
Renamed the UMD global export from statickit-react to StaticKitReact
Beta 1
Wrap state variables up in a state object in the return value for useForm:
const [state, submit] = useForm('xyz');Beta 0
Initial release