dillon1000/react

Commit

[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.
Browse files
Changed paths1 file
First-parent comparison
M packages/shared/invokeGuardedCallbackImpl.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…