-
Notifications
You must be signed in to change notification settings - Fork 741
Fix warning #3831
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
Fix warning #3831
Conversation
✅ PR Description Validation PassedAll required sections are properly filled out:
Your PR is good for review! 🚀 This validation ensures all sections from the PR template are properly filled. |
adids1221
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a small comment
adids1221
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a small comment
Description
Fixed warnings in the Hint component for React Native 77 compatibility. Moved default props from the deprecated
defaultPropspattern to function parameter defaults, and suppressed false-positive exhaustive-deps warnings.Changelog
Hint - Fixed React Native 77 compatibility warnings by migrating from
defaultPropsto default parameter values.Additional info
None