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.
2 parents fc30a04 + 40a263e commit a013754Copy full SHA for a013754
Loop/LoopBox.swift
@@ -72,7 +72,7 @@ internal class RootLoopBox<State, Event>: LoopBoxBase<State, Event> {
72
}
73
74
func start(with feedbacks: [Loop<State, Event>.Feedback]) {
75
- floodgate.bootstrap(with: feedbacks)
+ floodgate.bootstrap(with: feedbacks + [input.feedback])
76
77
78
func stop() {
0 commit comments