babel-plugin-inline-react-svg icon indicating copy to clipboard operation
babel-plugin-inline-react-svg copied to clipboard

Remove defaultProps which are deprecated in React

Open vieira opened this issue 5 months ago • 10 comments

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

vieira avatar Aug 30 '24 12:08 vieira