Skip to content

v1.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 13:49
· 5 commits to main since this release
2ba4ada

Patch Changes

  • ⚠️ Fix case where due to concurrent mode running effects twice our currentIndex would get wonky, we need to decrement the currentIndex when we remove the top of the stack during a process iteration
    Submitted by @JoviDeCroock (See #95)