We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE name and version:
WebStorm 2020.1.1 Build #WS-201.7223.93, built on April 30, 2020
Styled-components plugin version:
1.1.2
Problem description:
If you use styled.div<Props>"", prop suggestion responses very slow and no value suggestions at all.
styled.div<Props>""
screenshots:
However, if you use styled("div")<Props>"", syntax it works as intended. no lag or absence of value suggestion
styled("div")<Props>""
The text was updated successfully, but these errors were encountered:
No branches or pull requests
IDE name and version:
Styled-components plugin version:
Problem description:
If you use
styled.div<Props>""
, prop suggestion responses very slow and no value suggestions at all.screenshots:
However, if you use
styled("div")<Props>""
, syntax it works as intended. no lag or absence of value suggestionThe text was updated successfully, but these errors were encountered: