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
Description
I've noticed that code inspector doesn't always work for our project. We often use empty components with some sideeffects. I was able to track it down and create a minimal repro example.
Code inspection does not work for the following example:
Right Clicking View A does not open the inspector and Left clicking doesn't navigate to code
Description
I've noticed that code inspector doesn't always work for our project. We often use empty components with some sideeffects. I was able to track it down and create a minimal repro example.
Code inspection does not work for the following example:
Right Clicking
View A
does not open the inspector and Left clicking doesn't navigate to codeIt works correctly if we switch the order
or wrap in View
Environment
Radon IDE : 1.3.1
React-native: 0.74
React: 18.2.0
Expo: 51
The text was updated successfully, but these errors were encountered: