mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d803f519ea
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.