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

matchRoute called with invalid parameters #648

Open
Artur- opened this issue Jun 29, 2021 · 0 comments
Open

matchRoute called with invalid parameters #648

Artur- opened this issue Jun 29, 2021 · 0 comments

Comments

@Artur-
Copy link
Member

Artur- commented Jun 29, 2021

matchRoute is defined as

function matchRoute(route, pathname, ignoreLeadingSlash, parentKeys, parentParams) {

but used as

const match = matchRoute(
this.root,
this.__normalizePathname(context.pathname),
this.baseUrl
);

Doesn't seem like baseUrl (string) and ignoreLeadingSlash (boolean) are the same thing..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant