Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Separate "Show Component Source" and "Show Element Definition" #631

@gaearon

Description

@gaearon

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 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions