인프런 커뮤니티 질문&답변

이명선님의 프로필 이미지

작성한 질문수

따라하며 배우는 노드, 리액트 시리즈 - 유튜브 사이트 만들기

구독 기능 (2)

이 오류는 뭔가요?? 잘 작동은 하는데 오류가 나네요

21.07.31 17:19 작성

·

756

0

Warning: Received `true` for a non-boolean attribute `href`.

If you want to write it to the DOM, pass a string instead: href="true" or href={value.toString()}.

    in a (at SideVideo.js:27)

    in div (at SideVideo.js:26)

    in div (at SideVideo.js:25)

    in SideVideo (at VideoDetailPage.js:45)

    in div (created by Context.Consumer)

    in Col (at VideoDetailPage.js:44)

    in div (created by Context.Consumer)

    in Row (at VideoDetailPage.js:29)

    in VideoDetailPage (at auth.js:38)

    in AuthenticationCheck (created by Context.Consumer)

    in Route (at App.js:27)

    in Switch (at App.js:22)

    in div (at App.js:21)

    in Suspense (at App.js:19)

    in App (at src/index.js:29)

    in Router (created by BrowserRouter)

    in BrowserRouter (at src/index.js:28)

    in Provider (at src/index.js:21)

이 오류는 어떻게 없애나요???

답변 1

0

wxd8339님의 프로필 이미지

2022. 04. 07. 16:53

SideVideo.js에 a href   <- 에 값을 줘야하는거같아요 

우선 a href="" 로 에러 해결되는지 확인해보세요!