Dynamic routing not accessible
Hi all I have a problem when building my routes. I followed the documentation and organized my routes as shown in the figure.
When I access this route, it jumps to the parent route, and in the devtools, this route does not show the jump button.
Has anyone encountered this problem? I can't find the answer in the documentation.


1 Reply
correct-apricotOP•2mo ago
I found the problem. It was my code. I redirected in a useEffect, and devtool couldn't directly redirect to the dynamic routing page.🤦♂️