v4.3.19
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.