[TIL] React 의 Children PropTypes 설정

Funnystyle·2021년 3월 28일
1

니꼬 강의를 듣다가 적어둔다.

  ...
  
  children: PropTypes.oneOfType([
    PropTypes.arrayOf(PropTypes.node),
    PropTypes.node,
  ]),
    
  ...

출처:
https://nomadcoders.co/react-for-beginners/lectures/521
https://github.com/yannickcr/eslint-plugin-react/issues/7#issuecomment-90294004

profile
polyglot

0개의 댓글