dillon1000/react

Commit

fix[devtools]: feature-check structure stack trace methods (#35293)

`Error.prepareStackTrace` is non-standard feature and not all JavaScript
runtimes implement the methods that we are using in React DevTools
backend.

This PR adds additional checks for the presence of the methods that we
are using.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-devtools-shared/src/backend/utils/parseStackTrace.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…