dillon1000/react
Commit
Browse files [Fiber] InvokeGuardedCallback without metaprogramming (#26569)
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.
Changed paths1 file
First-parent comparisonpackages/shared/invokeGuardedCallbackImpl.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…