We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b242b5 commit c853968Copy full SHA for c853968
Sources/ComposableArchitecture/Store.swift
@@ -139,8 +139,10 @@ public final class Store<State, Action> {
139
if self.isSending {
140
assertionFailure(
141
"""
142
- The store was sent an action while it was already processing another action. This can \
143
- happen for a few reasons:
+ The store was sent the action \(debugCaseOutput(action)) while it was already
+ processing another action.
144
+
145
+ This can happen for a few reasons:
146
147
* The store was sent an action recursively. This can occur when you run an effect \
148
directly in the reducer, rather than returning it from the reducer. Check the stack (⌘7) \
0 commit comments