-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Fix/block meta icon prop errors #40710
Fix/block meta icon prop errors #40710
Conversation
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @danieliser! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing, @danieliser.
@Mamaduka - Thanks for the quick merge 👍 . |
Adding backport to minor release label. |
* Fix hyphenated prop errors * Correct wrong icon export name
I just cherry-picked this PR to the wp/6.0 branch to get it included in the next release: 8b69086 |
What?
[x] Fix console errors due to usage of hyphenated props on JSX elements.
[x] Update icon export name appropriately.
Why?
There were errors being thrown in the console when using the
blockMeta
svg icon.Warning: Invalid DOM property `fill-rule`. Did you mean `fillRule`?
Warning: Invalid DOM property `clip-rule`. Did you mean `clipRule`?
Testing Instructions
blockMeta
svg icon and check the console.Screenshots or screencast