Shared & StringProtocol conformance #3513
Replies: 2 comments 2 replies
-
You pass $project to the ForEch which provides you with a binding in the closure. Text don’t take a binding but a string. You can drop the $ or use project.wrappedValue |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think you should name the local variable of the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have the following:
and:
I'm afraid I don't understand why I'm getting this error (name is a String).
Beta Was this translation helpful? Give feedback.
All reactions