Skip to content

v4.3.19

Choose a tag to compare

@jamesgpearce jamesgpearce released this 21 Oct 18:22
· 1902 commits to main since this release

This release provides an optional destroy argument to the useCreatePersister hook in the ui-react module.

This will be called after an old Persister is destroyed due to a change in the createDeps dependencies that causes a new one to be created. Use this to clean up any underlying storage objects that you set up during the then function, for example.