July 16, 2024 (canary)
Pre-release
Pre-release
github-actions
released this
16 Jul 11:27
·
812 commits
to canary
since this release
@graphcommerce/[email protected]
Minor Changes
- #2325
058fb17
- Solve an issue where onBeforeSubmit and onComplete would become an 'stale closure' where variables inside wouldn't be updated. By wrapping onBeforeSubmit and onComplete in useEventCallback these functions are updated when outside values get changed.
(@Giovanni-Schroevers)