T
TanStack2mo ago
correct-apricot

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.
No description
No description
1 Reply
correct-apricot
correct-apricotOP2mo 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.🤦‍♂️

Did you find this page helpful?