为什么嵌套路由在反应中不起作用(不是渲染)?

Why nested routing is not working in react{not rendering)?

enter image description here

我正在尝试实现 React 路由器,当我单击联系人页面中的 link 时,它实际上是一个嵌套路由器,它没有显示结果。请帮我。 Github link : https://github.com/abhinaisai2002/router

实际上,您正在为 "/contact" 路由使用 exact,这就是嵌套路由不起作用的原因,只需将其删除并重试。