Open
Description
Is there an existing request?
- I have searched for this request
Describe the feature request
This will help to modernize related code, reduce bundle size, and improve the clarity of code throwing errors.
- Replace 'fbjs/lib/ExecutionEnvironment' with inlined 'modules/canUseDOM'.
- Replace 'fbjs/lib/invariant' with in-place errors in non-vendored code.
- Replace 'fbjs/lib/performanceNow' with
performance.now
.