Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path is incorrect when route path contains regexp 🐛 #116

Open
dastiw1 opened this issue Mar 1, 2021 · 1 comment · May be fixed by #117
Open

Path is incorrect when route path contains regexp 🐛 #116

dastiw1 opened this issue Mar 1, 2021 · 1 comment · May be fixed by #117
Labels

Comments

@dastiw1
Copy link

dastiw1 commented Mar 1, 2021

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+)

@dastiw1 dastiw1 changed the title Path is incorrect when route path contains regexp Path is incorrect when route path contains regexp 🐛 Mar 1, 2021
@Scrum Scrum added the bug label Mar 1, 2021
@Scrum
Copy link
Owner

Scrum commented Mar 1, 2021

@dastiw1 Thanks, I will try to resolve this shortly. If you have a solution, I'd love to consider it.

@Scrum Scrum linked a pull request Oct 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants