Nested routing not working


Nested routing is not working(BooksComponents.js). help me to figure out the problem.

Please give us more information, what are you trying to accomplish? What’s happening instead? Which files contains those problems?

I am here trying to do nested routing in BooksComponents. I have used Links such as HTML, CSS and React using props.match.url. In route I used props.match.path and tried to render some basic text on the screen when the route matches. But it is not working

It looks like it is working for me, isn’t that what you want?