Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[map] react-three-fiber 로 변환중 오류 나는 코드 #24

Merged
merged 31 commits into from
Jan 13, 2025
Merged

Conversation

kimjigyun
Copy link
Collaborator

  1. TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner') 오류가 뜨고 있는데, 해결되지는 못하였습니다. 팀장님이 코드 봐주신다고 하셔서 test 브랜치 만들어서 pr 남깁니다.

oratio100 and others added 30 commits January 8, 2025 14:40
[map] 페이지 레이아웃
[login] 로그인 페이지 레이아웃
[Signup] 회원가입 페이지 레이아웃
[map] map 페이지 반응형 처리 (사이드바 등)
[map] 드론 3D 모델 추가
@kimjigyun kimjigyun added the 🚨 질문 도움 요청 궁금한 것이 있거나 고민해봐도 해결하지 못 하는 논의가 필요한 문제 label Jan 13, 2025
@incolore9 incolore9 self-assigned this Jan 13, 2025
@incolore9
Copy link
Collaborator

incolore9 commented Jan 13, 2025

  1. 에러를 구글링하고 유사 문제 파악 (Next.js 15와 fiber 호환성 문제)
  2. Compatibility issue: Next.js 15 and React Three Fiber - TypeError: Cannot read properties of undefined (reading 'ReactCurrentOwner') vercel/next.js#71836
  3. 본문 중, Next 15버전과 fiber 알파버전 설치로 해결했다는 내용 시도 (Next를 14로 낮췄다는 해결책은 고려하지 않음)
  4. fiber 알파버전의 경우 리엑트 19버전과 호환되는데, 현재 프로젝트는 18버전을 사용하는 상황이라 에러가 출력됨
  5. 터미널 제안 중 npm install @react-three/fiber@alpha --legacy-peer-deps 로 강제 설치하여 해결했습니다.
  6. 강제 설치하기는 했지만, 취약점이나 에러는 발생하지 않아서 이렇게 두었습니다.

@kimjigyun kimjigyun merged commit 456593e into test Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚨 질문 도움 요청 궁금한 것이 있거나 고민해봐도 해결하지 못 하는 논의가 필요한 문제
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants