Skip to content

Commit

Permalink
Merge pull request #5 from takehilo/fix-doc-stack-based-navigation
Browse files Browse the repository at this point in the history
CasePath -> CaseKeyPathに修正
  • Loading branch information
kalupas226 authored Mar 9, 2024
2 parents 2f981bf + 1cb8fa5 commit 853aa94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
最後に、`Path` Reducer を動作させるために、`RepositoryList` Reducer と `Path` Reducder を接続する必要があります。
そのためには、`forEach(_:action:)` という API を利用する必要があります。
この Action は `RepositoryList` Reducer と `RepositoryRow` Reducer を接続する際に利用した `forEach(_:action:element)` とは異なることに注意しましょう。
ただし、使い勝手はほとんど同じで`StackState` への KeyPath, `StackAction` への CasePath を指定することで実装できます。
ただし、使い勝手はほとんど同じで `StackState``StackAction` への KeyPath を指定することで実装できます。

@Code(name: "RepositoryListView.swift", file: 07-01-code-0006.swift)
}
Expand Down

0 comments on commit 853aa94

Please sign in to comment.