Skip to content

React Async v7.0.6: Fix stale props on `deferFn` with `useAsync`

Compare
Choose a tag to compare
@ghengeveld ghengeveld released this 05 Aug 08:57
· 457 commits to master since this release

This fixes a bug in useAsync where calling run() would invoke deferFn with outdated props. See #69.