mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
8d62f6ebfdc75fcc81d8a7284aea7239e9014969
For React Native environment, we sometimes spam the console with warnings `"Could not find Fiber with id ..."`. This is an attempt to fix this or at least reduce the amount of such potential warnings being thrown. Now checking if fiber is already unnmounted before trying to get native nodes for fiber. This might happen if you try to inspect an element in DevTools, but at the time when event has been received, the element was already unmounted. DiffTrain build for commit https://github.com/facebook/react/commit/794b770dbd6be48d42438ea76911d32c37c7dd6e.
react-fbsource-import
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%