Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 18:46
· 21 commits to master since this release
ed5c647

Patch Changes

  • c69ab20: Updating the same state property multiple times within the same React side effect would sometimes trigger multiple rerenders of the component, resulting in an infinite loop (for example when writing into the store in a ref function.) This has now been fixed.