webDeveloper
Uncaught Error: The error you provided does not contain a stack trace.
findTheValue
2021. 6. 1. 02:06
React, Firebase 기반 twitter clone과정 중 일어난 에러.
props object가 전달 중 길을 잃었을 시 나오는 에러로
오류 stack을 잘 살펴봐도 알 수 없을 시 try catch문 안에서 길을 잃었거나
(try-catch문은 await안에서 오류를 발견할 수 없다.)
API를 받아오는 와중에 잃었을 가능성이 크니 그쪽부터 확인 할 것.