You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(segments): should be stable once isFinalized (#5)
* fix(segments): should be stable once `isFinalized`
Previously the segments could receive one final update after `isFinalized` became `true` - this could cause consumer effects that read segments to run twice, even if guarded with `isFinalized` to run twice.
This PR fixes this behavior, such that with a guard such a consumer effect would run only once.
* chore(version): bump version
0 commit comments