react-from-svg icon indicating copy to clipboard operation
react-from-svg copied to clipboard

Transform SVG files into React components (native | web, JavaScript | Reason/ReScript).

Results 10 react-from-svg issues
Sort by recently updated
recently updated
newest added

- class (should be className or dropped?) - xml:space & friends For ReScript - style as strings - ~~enableBackground~~ (web deprecated prop) - text children - fontWeight (missing _) -...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

``` $ react-from-svg assets/pieceImages/black-king.svg components/piece_components/black-king.js --with-native Files found 0 Files transformed 0 Files written 0 ![black-king](https://user-images.githubusercontent.com/101560055/189501220-e642aa76-797a-4e0f-99e7-d3a92e5ce8e5.svg) ```

Currently we can have an issue with 2 style props, the one from the svg (string) and the one added & injected as prop. That's a problem that can trigger...