Next.js Discord

Discord Forum

Loading in [slug].

Unanswered
Blood cockle posted this in #help-forum
Open in Discord
Blood cockleOP
Hello, I want to use a loading in a [slug] but it grabs the parent's loading, so two loadings are shown. What I can do?
The route is like /tournaments/[slug]

2 Replies

Black Mouth Cur
Hello, have you found the solution for this?
this removedked for me, I remove the loading.tsx from parent component, and use suspense
https://stackoverflow.com/questions/77331825/nextjs-13-5-4-parent-loading-page-is-overwriting-child-loading-page

maybe you found another solution?