Skip to content

addBracketsToProps adds additional brackets when they already exist #95

Open
@tylerlaprade

Description

    <Foo
      bar={`baz${}$`}
    >

When the curly is typed after the $ above, this is the result:

    <Foo
      bar={{`baz${}${}`}}
    >

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions