babel-plugin-inline-react-svg
babel-plugin-inline-react-svg copied to clipboard
Remove defaultProps which are deprecated in React
trafficstars
Drop defaultProps from the generated component as they are now deprecated and will be removed in React 19.
They were added in #8 due to concerns about the overhead of _extends although no benchmarks were provided and it is likely that difference would be marginal where it matters.
Fixes: #126