mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rejects unknown fields during deserialization of helper structs (which don't have a `type` field). This would be super useful for AST `Node` types, too, but that requires implementing a custom deserializer so i'm punting on that for now.