Skip to content

[Bug]:  #10269

@xuzs

Description

@xuzs

What version of React Router are you using?

6.9.0

Steps to Reproduce

if my url is '/test/1-a' can not match

image

i find it is 'compilePath' function in "@remix-run/router@1.4.0"

version < 1.4.0, Work properly

please use it
image

Expected Behavior

const [matcher,params] = compilePath('/search/brands/:keywords-:country', false, true)

i want params is ['keywords', 'country']

Actual Behavior

const [matcher,params] = compilePath('/search/brands/:keywords-:country', false, true)

i want params is ['keywords', 'country']

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions