Commit b5f3786
authored
Don't warn when dismissing two layers of tree nav (pointfreeco#3037)
Currently, popping two layers in a nav tree will cause intermediate,
invalid stores to send `dismiss` actions when they shouldn't. This
branch avoids this by checking the store's validity before sending the
action along.
Fixes pointfreeco#3031.1 parent 9de16b3 commit b5f3786
File tree
1 file changed
+1
-1
lines changed- Sources/ComposableArchitecture/Observation
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments