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
@zhuixinjian, if you want to see the list while you're on the /posts/create route, you should render it on your post.tsx layout, not the posts._index.tsx route. Was that your issue?
Reproduction
posts.tsx -- layout
posts._index.tsx -- post list
posts.create.tsx -- create post
when i click button to create , url from /posts to /posts/create
the posts._index.tsx post list not show。
System Info
Used Package Manager
npm
Expected Behavior
the posts.index.tsx post list not show。
Actual Behavior
the posts.index.tsx post list not show。
The text was updated successfully, but these errors were encountered: