Issue with Destination reducer in MainActor default isolation #3772
Unanswered
ryanbooker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone had any issues with
@Reducer
inMainActor
default isolation scenarios? I'm trying to add aDestination
reducer and see the following in a MainActor isolated package:I had to manually paste the
enum State
@Reducer
macro expansion and@MainActor
isolate theCaseReducerState
conformance.Beta Was this translation helpful? Give feedback.
All reactions