-
React props로 내려가지 않는 요소들Computer Science/React 2022. 11. 9. 14:01
https://reactjs.org/warnings/special-props.html
https://stackoverflow.com/questions/42261505/getting-error-message-li-key-is-not-a-prop
ref 및 key는 자식요소로 내려가지 않는다 이것을 고려해서 개발을 하자!
'Computer Science > React' 카테고리의 다른 글
Storybook 기본 background 변경하기. (0) 2022.10.22 Storybook github, Netlify 로 배포하기. (0) 2022.10.22 React useRef를 사용하여 원하는 tag에 focus 주기. (0) 2022.09.04 React State Handling (0) 2022.09.04 React navigate를 통해 state 전달하기. (0) 2022.08.17