Closed JavaJob closed 1 year ago
I've found the cause of the issue.
If you change the upper case of 'styled' to lower case, it will be recognized normally.
I don't know the difference between these cases.
import Styled from "styled-components";
-> import styled from "styled-components";
const Title = Styled.h1 -> const Title = styled.h1
color: red;
`;
IDE name and version:
IntelliJ IDEA 2022.3.2 (Ultimate Edition)
Build #IU-223.8617.56, built on January 26, 2023
Styled-components plugin version:
bundled 223.8617.56
Problem description:
Plugin doesn't work. Is there anything I need to check?