Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Routes are too greedy in fragments #232

Open
nooysters opened this issue Sep 11, 2017 · 0 comments
Open

Routes are too greedy in fragments #232

nooysters opened this issue Sep 11, 2017 · 0 comments

Comments

@nooysters
Copy link

nooysters commented Sep 11, 2017

I understand why a parent fragment would act as a greedy match because we want to render all the content within nested fragments. The problem I have is that it is matching strings as if they were written like /parent-route-string* and not /parent-route-string(/*). So a fragment with forRoute='/parent-route-string' matches /parent-route-string-and-some-more-text-here which seems like a bug.

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

No branches or pull requests

2 participants