react icon indicating copy to clipboard operation
react copied to clipboard

fix[devtools]: feature-check structure stack trace methods

Open hoxyq opened this issue 1 month ago • 0 comments

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.

hoxyq avatar Dec 05 '25 12:12 hoxyq