mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
bd0a963445
Upgrades the deprecation warning to a runtime error. I did it this way instead of removing the export so the type is the same in both builds. It will get dead code eliminated regardless.