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

Transform SVG into JSX or React component modules

Results 2 svg-react-transformer issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. Commits - [`ab73503`](https://github.com/lodash/lodash/commit/ab73503859a2d2f7f603bc8a293ce93ecc071e83) Bump to v4.5.0. - [`a4f7d4c`](https://github.com/lodash/lodash/commit/a4f7d4cc2a3b6d3a43f6c27beadbf90410eecdcd) Rebuild lodash and docs. - [`cca5ac6`](https://github.com/lodash/lodash/commit/cca5ac60d61a2f786eeafadb674d6e12fc6179c8) Fix npm-test by removing the call to test-docs. - [`9f7f9fc`](https://github.com/lodash/lodash/commit/9f7f9fc3c5f1a4db9a2134950872440c792ee8bb)...

dependencies

I'm trying to use a custom template with this library and getting this error: ``` (node:56442) UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token, expected "}" (30:89) 28 | focusable="false" 29 | style={svgStyle} >...