Closed TotomInc closed 1 year ago
Open in CodeSandbox Web Editor | VS Code | VS Code Insiders
@danilowoz , this looks good. Can you review, merge and release this please?
@danilowoz . v6.2.0 apparently doesn't contain this fix. It seems release checks failed. Can you please check and make a release with this? Thanks.
:tada: This PR is included in version 6.2.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
defaultProps is deprecated and will be removed from function components
fix #298
Summary
There's an error because this lib is using
defaultProps
for theSVG.tsx
component.defaultProps
are deprecated in function components.A simple fix is to migrate
defaultProps
to default JS parameters.Related Issue #[issue number]
298 has been opened, thanks to @shehi for pointing out the file to update.
Any Breaking Changes
There is no breaking changes.
Checklist