Replies: 1 comment
-
|
For the moment, yes. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to access my dependency inside nonisolated class using
@Injectedbut it gives me this warning'nonisolated' is not supported on properties with property wrappers; this is an error in the Swift 6 language mode.What's the best way to fix it? Should I just avoid
@Injectedand go withlet dependency = Container.shared.dependency()instead?Beta Was this translation helpful? Give feedback.
All reactions