Yang-ah / select_movie

영화 리뷰 및 평점 등록 웹 사이트
http://movie-selector.s3-website.ap-northeast-2.amazonaws.com/
1 stars 6 forks source link

Warning: React Slick #24

Closed Yang-ah closed 1 year ago

Yang-ah commented 1 year ago

캐러셀에서 사용중인 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 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.


Home 접속 시 발생하는 Warning IMG 스크린샷 2023-08-19 23 08 39 스크린샷 2023-08-19 23 20 12
Yang-ah commented 1 year ago

react-slick github issue

참고 : https://github.com/akiran/react-slick/issues/1238