Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,7 @@ public struct _PresentationReducer<Base: Reducer, Destination: Reducer>: Reducer

• This action was sent to the store while destination state was "nil". Make sure that \
actions for this reducer can only be sent from a store when state is present, or \
from effects that start from this reducer. In SwiftUI applications, use a Composable \
Architecture view modifier like "sheet(store:…)".
from effects that start from this reducer.
""",
fileID: fileID,
filePath: filePath,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1740,8 +1740,7 @@ final class PresentationReducerTests: BaseTCATestCase {

• This action was sent to the store while destination state was "nil". Make sure that \
actions for this reducer can only be sent from a store when state is present, or \
from effects that start from this reducer. In SwiftUI applications, use a Composable \
Architecture view modifier like "sheet(store:…)".
from effects that start from this reducer.
"""
}

Expand Down Expand Up @@ -1797,8 +1796,7 @@ final class PresentationReducerTests: BaseTCATestCase {

• This action was sent to the store while destination state was "nil". Make sure that \
actions for this reducer can only be sent from a store when state is present, or \
from effects that start from this reducer. In SwiftUI applications, use a Composable \
Architecture view modifier like "sheet(store:…)".
from effects that start from this reducer.
"""
}

Expand Down
Loading