Warning: React does not recognize the currentSlide prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase currentslide instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the slideCount prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase slidecount instead. If you accidentally passed it from a parent component, remove it from the DOM element.
캐러셀에서 사용중인 react-slick 라이브러리 사용하면서 생긴 이슈로 추정.
Warning Message
Warning: React does not recognize the
currentSlide
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercasecurrentslide
instead. If you accidentally passed it from a parent component, remove it from the DOM element.Warning: React does not recognize the
slideCount
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseslidecount
instead. If you accidentally passed it from a parent component, remove it from the DOM element.Home 접속 시 발생하는 Warning IMG