You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a route in the app dir, like so:
I made
Loading.tsx
on the/blog
andLoading.tsx
on/blog/[id]
.Suppose I want to go to page
/blog/2
from the main page/
. Why isLoading.tsx
on/blog
also rendered?So I saw in the browser that two loads of
Loading.tsx
were displayed.Is this a bug in the router app? Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions