TehShrike / abstract-state-router

Like ui-router, but without all the Angular. The best way to structure a single-page webapp.

Home Page:http://tehshrike.github.io/state-router-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

defaultChild state with an empty route string is not activated when navigating directly to its parent

crissdev opened this issue · comments

Hmm. I wonder if that has anything to do with the route string being empty. I'll write some tests later

👍 Man you're fast!

Yeah, setting the route to none, for instance, solves it.

All right, good to know. I'd like to be able to support empty route strings if possible, so this is a bug I'd like to fix.

The secret to my speed

Finally got that fixed, sorry for the wait. Thanks for reporting the issue!

There were still unfixed edge cases! I added more tests and fixed code in 85112c7