mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
5c6543771b
Referencing Promise without a type check will throw in environments where Promise is not defined. We will follow up with a lint rule that restricts access to all globals except in dedicated module indirections.