mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
cc93a85332
InvokeGuardedCallback is now implemented with the browser fork done at error-time rather than module-load-time. Originally it also tried to freeze the window/document references to avoid mismatches in prototype chains when testing React in different documents however we have since updated our tests to not do this and it was a test only feature so I removed it.