Skip to content

parallel routing에서 loaindg, error 가 적용되지 않는 이슈 #207

Description

@newminkyung

문제 상황

  • 아래 이미지와 같이 loading, error 파일 컨벤션이 적용 안됨
2023-09-17.9.21.56.mov

원인

/resumes
├── @aside 
│        ├── default.tsx
│        ├── loading.tsx
│        └── error.tsx
├── @resume
│        ├── default.tsx
│        ├── loading.tsx
│        └── error.tsx
└─ layout.tsx

해결 방법

vercel/next.js#49243
위 이슈에서는 2가지 해결 방식을 제시

  1. 13.4.20-canary.6으로 업데이트
  2. route group 적용
    • 이 방식 해봤는데 안됨

Metadata

Metadata

Assignees

No one assigned

    Labels

    🐛 BUG뭔가 제대로 안 됨

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions