airbnb / babel-plugin-inline-react-svg

A babel plugin that optimizes and inlines SVGs for your React Components.
MIT License
474 stars 92 forks source link

address issue#126 - remove default props in favor of js default params #127

Closed ryanfiller closed 1 month ago

ryanfiller commented 1 month ago

A quick attempt to fix this issue.

ljharb commented 1 month ago

This would be a breaking change for someone relying on defaultProps, in react < 19. We'd also need tests.

ryanfiller commented 1 month ago

This would be a breaking change for someone relying on defaultProps, in react < 19. We'd also need tests.

Running patch-package on these changes doesn't even fix the warnings in my branch anyways. Premature PR, I guess.