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
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
In Chrome, the button jumps to component source, but in Electron it currently opens element definition. So in Chrome you jump to App constructor, but in Electron you jump to <App /> element in another file.
We should separate these two features, and gate the second one by a separate condition.
This PR added "Show Source" to RN: #588.
However I think it's slightly wrong.
In Chrome, the button jumps to component source, but in Electron it currently opens element definition. So in Chrome you jump to
Appconstructor, but in Electron you jump to<App />element in another file.We should separate these two features, and gate the second one by a separate condition.