File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,7 @@ The Composable Architecture comes with a number of tools to aid in debugging.
323323
324324 ``` diff
325325 received action:
326- AppAction.todoCheckboxTapped(
327- index: 0
328- )
326+ AppAction.todoCheckboxTapped(id: UUID(5834811A-83B4-4E5E-BCD3-8A38F6BDCA90))
329327 AppState(
330328 todos: [
331329 Todo(
@@ -334,16 +332,7 @@ The Composable Architecture comes with a number of tools to aid in debugging.
334332 description: "Milk",
335333 id: 5834811A-83B4-4E5E-BCD3-8A38F6BDCA90
336334 ),
337- Todo(
338- isComplete: false,
339- description: "Eggs",
340- id: AB3C7921-8262-4412-AA93-9DC5575C1107
341- ),
342- Todo(
343- isComplete: true,
344- description: "Hand Soap",
345- id: 06E94D88-D726-42EF-BA8B-7B4478179D19
346- ),
335+ … (2 unchanged)
347336 ]
348337 )
349338 ```
You can’t perform that action at this time.
0 commit comments