Go to definition doesn't work from aura to lwc

Issue #1659 resolved
Jurgis Salna created an issue

When using lwc component in aura, clicking on component name doesn’t open lwc component.

I’m using namespace prefix.

Example usage:

<ns:policyLifecycleButtons/>

lwc filename:

policyLifecycleButtons

lwc class:

export default class PolicyLifecycleButtons extends NavigationMixin(LightningElement) {

Comments (3)

  1. Scott Wells repo owner

    I believe this should be fixed as of 2.1.2.9. Please let me know if you're still unable to navigate through Aura usages of LWC components.

  2. Scott Wells repo owner

    In your example, what is the namespace ns? I'm assuming it's not c given that it's not specified as such. If it is something different, and assuming the source for that component is found locally, is the project properly configured for that namespace?

  3. Log in to comment