Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

[ts-styled-plugin] } expected #59

@DJWassink

Description

@DJWassink

Making a selector for multiple other components currently shows an syntax error (while it should be correct)

image

Minimal code to reproduce:

const Child1 = styled.div``;
const Child2 = styled.div``;
const Container = styled.div`
    ${Child1}, ${Child2} {}
`;

My Environment:
Editor: VSCode 1.24.0
Extension: vscode-styled-components 0.0.18
OS: Windows 10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions