Open ofps opened 12 months ago
I don't know if this was merged with the main branch but Installed this package and got the same error for checkboard and one more. Doesn't seen resolved.
Hi @Micode360
Thank you for your feedback.
If you installed this branch it's possible your version manager kept using the original since the version did not change.
I have successfully removed all warnings from one of my projects by using the main branch of my fork: fernandojpps/react-color
, can you see if that works for you?
Let me know if that fixes the warnings for you.
There is another warning with the Checkboard
component that this PR doesn't fix, it's related to the use of canvas
to generate the checkboard, which only works on the client. I actually tested some solutions for that but I'm not happy with the results yet. That will probably be a future PR.
@fernandojpps okay. I ended using another. But if I need it again, I will install it.
can anyone check this please?
This PR removes
defaultProps
from every function component, solving issue #888 . Changes inpackage.json
were needed to successfully build and test the project. How can I use this update? Could you provide specific guidance to help me? Thank you very much.
bump
This needs to be merged in order to keep up with react.
yes please
@casesandberg Can we have this merged please? @fernandojpps Cn you provide a patch fix?
any updates?
@casesandberg Can you take a look at this when you are free? I think it can be merged.
Thanks
begging
interested in this getting merged also!
Bump
This PR removes
defaultProps
from every function component, solving issue #888 . Changes inpackage.json
were needed to successfully build and test the project.