slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
MIT License
591 stars 129 forks source link

canBeamLocationHandleUri not handle all pathPatterns using RegExt #580

Closed ffgiraldez closed 2 years ago

ffgiraldez commented 2 years ago

Describe the bug using RegExp in BeanLocation.pathPatterns make the canBeamLocationHandleUri method skip the for loop and directly returns true/false based on the first pattern match value ignoring the rest of the list

Beamer version: 1.5.3

xalikoutis commented 1 year ago

Did you find any solution?