-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Remove defaultProps in FlatList #31602
Comments
Hi can I also take this issue while I wait for #31607 to be merged? I saw that @oguzturker8 changed more than one file in his PR, please let me know if I can take it. Thanks! |
If it is ok I would like to take over this issue. |
Hi @lunaleaps yes it's fine since @joxw1 already submitted a pr you can assign this task to him! Thank you! |
Thank you! |
Summary: Issue #31602. Remove `defaultProps` from `FlatList`. ## Changelog [JavaScript] [Changed] - Remove defaultProps from FlatList Pull Request resolved: #31798 Test Plan: All test for `FlatList` pass. https://user-images.githubusercontent.com/57131123/124164691-4066c980-daa1-11eb-8653-5c51640fe63e.mov Reviewed By: charlesbdudley Differential Revision: D29619867 Pulled By: lunaleaps fbshipit-source-id: 8d8a6f095f80374407a55bac0b4e899bae04c577
@lunaleaps Can this be closed now? |
See parent issue #31601
Expected Results
defaultProps
are removed from FlatListThe text was updated successfully, but these errors were encountered: