Skip to content

Path is incorrect when route path contains regexp 🐛  #116

Open
@dastiw1

Description

@dastiw1

My route is defined like this:

{
            path: ':catId/:id(new|\\d+)',
            name: 'EntityCreate',
            component: EntityManualCU,
            meta: {
              breadcrumb: 'Send Entity',
            },
          },

In breadcrumb route path generated as http://localhost:8080/entities/2/new(new%7C/d+)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions