Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@patrickjames242 patrickjames242 released this 06 Apr 15:20
· 30 commits to main since this release

This release fixes a few bugs.

  • Fixes bugs having to do with refs for child components
  • Adjusts the way a result component communicates with its inner components to ensure that inner components can only interact with the result component that produced them. Previously the same context was used to accomplish this, so if you wrapped your inner components with some other result component, the inner components would see the wrong context value.