Ruslan Lesiutin
Ruslan Lesiutin
Right now we are patching console 2 times: when hook is installed (before page is loaded) and when backend is connected. Because of this, even if user had `appendComponentStack` setting...
Adds tests for Compiler integration. This includes: - Tests against Compiler from source. - Versioned (18.2 -
Summary: # Changelog: [Internal] This is required by the spec: - `performance.mark`: https://w3c.github.io/user-timing/#the-performancemark-constructor, see step 7. - `performance.measure`: https://w3c.github.io/user-timing/#dom-performance-measure, see step 9. Differential Revision: D75611976
`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...
Follow-up to https://github.com/facebook/react/pull/34653. React Native doesn't implement `getClientRect`, since this is applicable to CSS box, which is not a concept for Native (maybe yet). I am loosening the condition that...
A short note to clarify and avoid potential confusion.