mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
2dcdc3c633
* Remove unnecessary injection guard * Remove inject() indirection for global injections It was necessary when they shared global state. But now these are flat bundles so we can inject as side effect. This feels a bit less convoluted to me. Ideally we can get rid of this somehow soon.