dynamic router 로 설정하면서 try/catch 할 때 try 안에 글을 옮겨적으면서 괄호 위치가 틀어졌는지 문제가 되었다. 처음엔 리턴이 없다해서 리턴이 왜 없지? 하고 찾아본 결과 괄호 위치 때문에 리턴이 밖으로 못나온거였다. 해결!
Unhandled Runtime ErrorError: MUI: Unsupported var(--primary-500) color.The following formats are supported: Material-UI에서 테마를 설정할 때 CSS 변수를 사용하는 대신 직
이 오류는 const를 아무곳에나 박아놓은 나의 잘못이었다. 여기서 return 앞에 붙은 const 를 제거해주면 오류가 해결된다....젠장..
Your cache folder contains root-owned files, due to a bug in nprevious versions of npm which has since been addressed.만든지 오래된 레포를 다시 'npm install' 하던