https://kotlinlang.org logo
#ballast
Title
# ballast
r

rocketraman

11/10/2023, 4:45 PM
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

Casey Brooks

11/13/2023, 7:44 PM
Thanks for finding this, I’ll look into it. Would you mind opening an Issue on the repo for this as well?
r

rocketraman

11/13/2023, 8:46 PM