We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 928c443 commit ae7d537Copy full SHA for ae7d537
packages/core/src/components/defs/Defs.js
@@ -20,7 +20,7 @@ const Defs = ({ defs: definitions }) => {
20
if (!definitions || definitions.length < 1) return null
21
22
return (
23
- <defs>
+ <defs aria-hidden={true}>
24
{definitions.map(({ type, ...def }) => {
25
if (defsMapping[type])
26
return createElement(defsMapping[type], { key: def.id, ...def })
0 commit comments