React Async v7.0.6: Fix stale props on `deferFn` with `useAsync`
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.