r
Hello?
m
Api tester?
k
Are you still trying to figure out how to make routing work under Kotlin + React?
r
Yeah
k
Did you try to do similar thing in pure React? Does it work?
According to
konf
app, there are these lines in the main function:
Copy code
hashRouter {
                switch {
                    route("/", SessionsComponent::class, exact = true)
                    route("/session/:id", SessionComponent::class)
                }
            }
did you include similar code into your entry point?
r
@konsoletyper yep