-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
Resolve defaultProps Deprecation- in #677
Comments
Thanks for the fix @AlaeddineJendoubi I found out the Doing it like this fixes it: |
Thanks all! I also found that IMGElement should be fixed too.
I use pnpm patch. |
I noticed this fix seems to have already been done in f0c7e34 but not yet released. Any timeline on when this might be released? The patches do work (thanks everyone for the suggestions) but I would like to avoid maintaining another patch file if possible. |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-render-html@6.3.4
for the project I'm working on.Issue is due to the fact defaultProps will be depricated and kept on throwing errors in
TChildrenRenderer
/TNodeChildrenRenderer
/TNodeRenderer
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: