··522
검색 vs AI에게 물어보기 결과
얼마 전 리엑트 19로 신규 프로젝트 메인 코드를 개발하면서 아래와 같은 오류를 만났었습니다(2주?, 3주?)
Error: No route matches URL "/.well-known/appspecific/com.chrome.devtools.json"
at getInternalRouterError (file:......)
No routes matched location "/.well-known/appspecific/com.chrome.devtools.json"
GPT한테 물어보니..
React 19는 현재 실험적인 기능(experimental features, like use)이 포함되어 있으며,
아직 모든 개발 도구나 환경이 안정적으로 대응하지 못할 수 있습니다.
라고 대답하였고, 구글링하여 스택오버플로우에서는
To disable it, you have to open chrome://flags/#devtools-project-settings in your Chrome browser and disable the flag.
라고 대답 하였습니다.
결과는..
스택오버플로우가 이겼습니다ㅎ
