dillon1000/react
Commit
Browse files [test] Fix Error Proxy stack assignment in Node.js 21+ (#36967)
Same as #35227, but for `set`. V8's `stack` setter silently noops when `this` is a Proxy (nodejs/node#60862), so prodstack-stripping assignments like `error.stack = 'Error: ' + message` in `resolveErrorProd` were dropped and reads returned the real stack. This caused `yarn test --prod` failures on Node 21+. ## Test Plan `yarn test --prod` passes on both old and new Nodes. Co-authored-by: Claude Fable 5 <[email protected]>
Changed paths1 file
First-parent comparisonscripts/jest/setupTests.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…