Skip to content

Important Bug Fix: super -> this

Choose a tag to compare

@geyang geyang released this 22 Dec 07:04
· 46 commits to master since this release

Important Bug Fix

  • Fix AutoBindSubject. A well-hidden bug. The Saga.next method is never called. This because the AutoBindSubject binds the super.next to this, instead of this.next. This causes the child class method Saga.next never to be called. Leading to saga.value to be undefined. This causes the select side-effect to return undefined state value. ⭐ 🍻

    the details of this change is in this commit: only five letters! 774489c