mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
3322b72f3d39b36461fc0931f14e571bebb98951
Part of https://github.com/facebook/react/pull/28207, this is easy to
land in isolation.
The approach I'm taking is slightly different — instead of leaving
validation on for legacy context, I disable the validation (it's
DEV-only) and leave just the parts that drive the runtime logic. I.e.
`contexTypes` and `childContextTypes` *values* are now ignored, the keys
are used just like before.
DiffTrain build for [64e755d737](https://github.com/facebook/react/commit/64e755d7374d753c75dc16ba1a4a09ce7b8689dd)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%