mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
This upgrade made the `React$Element` type opaque, which is good for product code where accessing props of elements is code smell, but React needs to use that internally. I overrode the type to restore it.