Hi, everyone. I'm having issues declaring nested ...
# react
a
Hi, everyone. I'm having issues declaring nested routes with react-router from kotlin-wrappers. Can someone please help me with an example? I can't seem to figure it out... 🥲 More info in 🧵 Thanks.
I have three components... '/' - LandingPage (homepage) '/auth' - AuthLayout (contains an outlet for nested routes) '/auth/login' - LoginPage