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
Icons that got empty style tag in SVG <defs><style type="text/css"></style></defs> cause CSP errors in console.
<defs><style type="text/css"></style></defs>
Empty <style> tag is inserted w/o any context when icon is generated
<style>
ant-design-icons/packages/icons-react/src/utils.ts
Line 51 in 4ffecd5
I guess it's just an error on some icons where designer of icon forgot to strip it of empty <style> tag.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Icons that got empty style tag in SVG
<defs><style type="text/css"></style></defs>
cause CSP errors in console.Empty
<style>
tag is inserted w/o any context when icon is generatedant-design-icons/packages/icons-react/src/utils.ts
Line 51 in 4ffecd5
I guess it's just an error on some icons where designer of icon forgot to strip it of empty
<style>
tag.The text was updated successfully, but these errors were encountered: