Skip to content

v21 regression : component is loaded twice #1017

Description

@medi6

Hi,

before all, thanks for this beautifull project.

I've got a regression with the last version. My component is loaded twice.

My code is not clean, for this exemple, but, before this version it was working.

Just try this :

  • Two states loading the same component, one child to another
    { name: "app.benef.benef", url: "/liste", views: { "main@": { component: BeneficiaireMainComponent } }, }, { name: "app.benef.benef.carte", views: { "main@": { component: BeneficiaireMainComponent } }, url: "/carte" }

  • Then go to /liste/carte : BeneficiaireMainComponent is loaded twice...

#1012

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions