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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added: Effect.throttle overloads that take Any.Type (thanks @elkraneo).
Added: TestStore.state, which reflects the state of the store between assertions. This property can be used to further probe test store state over time and make additional assertions.
Updated: WithViewStore can be in more places, like @CommandsBuilder (thanks @tgrapperon).
Fixed: Effect.task modifiers now deliver output and completion on the main actor, avoiding potential data races.