Skip to content

@dwarvesf/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 08:00
· 43 commits to master since this release
b6ba726

Patch Changes

  • da06c2f
    Thanks @zlatanpham! - Make destroy from
    useAsyncEffect optional and the second argument now can be a dependency array
    as well:

    useAsyncEffect(callback, dependencies?)
    useAsyncEffect(callback, onDestroy, dependencies?)