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
blueprint-classes-constants
test-pt-icon
It gives a warning to use Classes instead.
Classes
It should not give the warning because the classname is not a blueprint class.
Fix the regex in this file so that it ignores classNames which don't begin with pt-.
pt-
The text was updated successfully, but these errors were encountered:
Ooh looks like this was fixed by #2589. My bad.
Sorry, something went wrong.
No branches or pull requests
Environment
Steps to reproduce
blueprint-classes-constants
test-pt-icon
Actual behavior
It gives a warning to use
Classes
instead.Expected behavior
It should not give the warning because the classname is not a blueprint class.
Possible solution
Fix the regex in this file so that it ignores classNames which don't begin with
pt-
.The text was updated successfully, but these errors were encountered: