Skip to content

0.6.1

Compare
Choose a tag to compare
@wangcch wangcch released this 23 Sep 03:39
· 31 commits to main since this release

Features

  • useInterval: autorun options (a1209bf)
const { state, cancel, run } = useInterval(fn, 200, { autorun: false })