Skip to content

Cannot convert value of type 'String' to 'Binding<String>' #6

Open
@jaywcjlove

Description

@jaywcjlove

https://stackoverflow.com/a/59891334/1334703

TextField("placeholder", text: .constant(""))
struct SignInButtons_Previews: PreviewProvider {
    static var previews: some View {
        SignInButtons(backgroundColor: Color.blue,
                      signInUrl: .constant("http://www.apple.com"),
                      showModal: .constant(false))
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions