mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +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.