Nested route problem
I have a nested route system, One is in App.js and one in RoomGuard component
The app.js has router to render roomGuard and roomGuard has the route to render other child component But it is not happening
how to solve this.
console.js:213 No routes matched location "/posts"
0 Replies