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
Saw kitajs/ts-html-plugin#24, feels like this is still a problem
1.3.3
No errors:
<Icon icon={icon} size={size} />
K601
{!hideIcon && <Icon icon={icon} size={size} />}
example above
Should have no errors
The text was updated successfully, but these errors were encountered:
I have the same problem!
{user.avatar ? ( <img safe src={STATIC_URL + `/${user.avatar}`} alt="avatar" /> ) : ( <div style={`background-color: hsl(${generateHueFromSource( domain, )}, 70%, 40%); width:100px; height:100px;`} > a </div> )}
Sorry, something went wrong.
Thanks for creating this issue, anyone up to a PR?
arthurfiorette
Successfully merging a pull request may close this issue.
Prerequisites
Saw kitajs/ts-html-plugin#24, feels like this is still a problem
Versions
1.3.3
Description
No errors:
K601
Steps to Reproduce
example above
Expected Behavior
Should have no errors
The text was updated successfully, but these errors were encountered: