TanStackT
TanStackโ€ข11mo agoโ€ข
23 replies
forward-apricot

Beginner: wrong beforeload being trigger ?

Hey guys, so I have a file tree as follow:

|-(teams)
| |-teams.tsx
| |-teams_.$teamId.tsx
| |-teams_.$teamId_.settings.tsx
| |-teams_.$teamId_.invitations_.$token.accept.tsx


and whenever I access the page teams_.$teamId_.invitations_.$token.accept.tsx the beforeload of teams_.$teamId.tsx is being called. Is this normal ? if so how could I truned this off.

I tried to look in the docs for this but I couldn't find anything.

Thanks in advanced ๐Ÿ™Œ
Was this page helpful?