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
If I write the Blockquote component passing the kind property
<Blockquote kind="info"> Something <Blockquote>
I receive this warning in console:
The text was updated successfully, but these errors were encountered:
fix(Blockquote): warning kind prop-type spelling issue fixed (#323)
ef551e6
Thanks for reporting! The props-type had a spelling issue.
Sorry, something went wrong.
Merge remote-tracking branch 'origin/next' into component-updates
8fb8565
* origin/next: fix(Blockquote): warning kind prop-type spelling issue fixed (#323) # Conflicts: # src/globals/scss/_colors.scss # src/globals/scss/_theme-tokens.scss
chore(release): 1.10.7 [skip ci]
0433163
## [1.10.7](v1.10.6...v1.10.7) (2020-11-16) ### Bug Fixes * **Blockquote:** warning kind prop-type spelling issue fixed ([#323](#323)) ([ef551e6](ef551e6))
No branches or pull requests
If I write the Blockquote component passing the kind property
I receive this warning in console:
The text was updated successfully, but these errors were encountered: