You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the inspector stack is not always complete and lacks some ancestors of inspected component. For example, in react-native-75, after right-clicking on Try and Authorize button, the <View> component that the button is nested in is not displayed in the inspector data menu.
Nagranie.z.ekranu.2024-11-13.o.11.35.10.mov
Steps to reproduce
open react-native-75 app on iOS or Android emulator
right click on the "Try and Authorize" button
Result: <View> in which the button is nested is not displayed on the list
Expected: it should be visible
Environment
Version of currently used Radon IDE 0.0.22
Version of React Native/Expo used in the project. react-native 75
Any other versions of tools related to the problem.
The text was updated successfully, but these errors were encountered:
Description
Seems like the inspector stack is not always complete and lacks some ancestors of inspected component. For example, in
react-native-75
, after right-clicking onTry and Authorize
button, the<View>
component that the button is nested in is not displayed in the inspector data menu.Nagranie.z.ekranu.2024-11-13.o.11.35.10.mov
Steps to reproduce
react-native-75
app on iOS or Android emulator<View>
in which the button is nested is not displayed on the listEnvironment
0.0.22
react-native 75
Any other versions of tools related to the problem.The text was updated successfully, but these errors were encountered: