A framework for building native applications using React
remove duplicate class members
Summary: Flow currently allows duplicate members on classes. At runtime the "last" member wins out and all previous values for the member are discarded. This diff manually removes duplicate members, and fixes resulting flow errors by converting methods to arrow function properties. Reviewed By: pieterv Differential Revision: D33664966 fbshipit-source-id: 0f712ac96af4df593c0918fcbadd70624ddde4a6
B
Brad Zacher committed
c0e489b7293f15858cb706f1b8587600e429af28
Parent: b13e41d
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 1/19/2022, 11:35:57 PM