Using the browser history router, I get a route wi...
# ballast
r
Using the browser history router, I get a route with
/null
if going back past the top of the back stack
I was doing
GoToDestination
in
notFound
, and I needed to do
ReplaceTopDestination
instead. Still, I'm guessing this is a bug in the router. I'll create a repro.
@Casey Brooks Created a repro here: https://github.com/rocketraman/test-ballast-4-csce (same project as other thread)
c
Thanks for finding this, I’ll look into it. Would you mind opening an Issue on the repo for this as well?
r