React Async v7.0.6: Fix stale props on `deferFn` with `useAsync`
·
457 commits
to master
since this release
This fixes a bug in useAsync
where calling run()
would invoke deferFn
with outdated props. See #69.