airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
473 stars 92 forks source link

Fix for Invalid attribute name: aria- #115

Closed vlzuiev closed 6 months ago

vlzuiev commented 2 years ago

ASAP

There is an error message in a console and react removes aria-labelledby because it's wrapped in single ticks:

Warning: Invalid attribute name: 'aria-labelledby'

vlzuiev commented 2 years ago

Seems to be smth broken on Tavis. Is it something I should fix or just some Travis setup problem?

ljharb commented 2 years ago

Don’t worry about that; I’ll have to migrate us to github actions and then rebase this PR.

ljharb commented 6 months ago

Unfortunately, by deleting the fork, this PR is unrecoverable.