Skip to content

Babel 6 - Template Literal issue #16

Description

@oguzbilgic
someComponent = () => {
  <div style={{ backgroundImage = `url(${image})`}} />
}

Results in backgroundImage: undefined in the browser. I belive this is caused by this plugin, because removing this plugin solves the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions