Replies: 1 comment
-
Ended up being a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
-
Ended up being a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing a crash in one certain scenario in this code in Store.swift:
It passes the
isMainThread
check, but crashes onassumeIsolated
.@stephencelis mentioned:
I was curious how it would pass
isMainThread
, but not be isolated to the MainActor. ChatGPT had this to say:Beta Was this translation helpful? Give feedback.
All reactions