-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ES6 default parameters instead of deprecated defaultProps property #95
base: master
Are you sure you want to change the base?
Use ES6 default parameters instead of deprecated defaultProps property #95
Conversation
Fixes Iconscout#86 and Iconscout#64 The work on this PR was sponsored by [SUSI&James GmbH](https://susiandjames.com/)
Please merge as soon as possiable |
@tarunmangukiya and @rankarpan please review and merge this. Same update to Iconscout/react-unicons-solid would be aprciated. |
Fair point, @willibix. I'll happily add the same update to https://github.com/Iconscout/react-unicons-solid as well once this change here gets approved and merged (ping @rankarpan). |
We need a people who has permission to merge it |
i have made another package that implements the same icons with TypeScript and default params |
@Tooni amazing! thanks |
*ping @rankarpan |
Any update? |
Hey @imzedi, any chance this PR gets reviewed and merged? |
Yes @fnogatz, Will check them out soon |
As mentioned in #86 and #64, the current version of the icons results in warnings like the following:
In this PR, we adjust the
build/generate.js
script which is called onnpm run generate
, and newly create the icon components.The work on this PR was sponsored by SUSI&James GmbH.