Loading States in Pages and Nested Folders
Unanswered
Asiatic Lion posted this in #help-forum
Asiatic LionOP
Hi guys, I am using the app router to configure pages. I have a Dashboard folder with page.tsx, layout.tsx, and loading.tsx and the blog folder with the page.tsx and the loading.tsx. When I load the dashboard/ page, the loading state works perfectly. But when I navigate to the dashboard/blog page, I see the loading state from the dashboard/. How do I make sure I am loading the correct loading state for each nested page??