200319_TIL

홍영란·2020년 3월 19일
0

Immersive_TIL📓

목록 보기
56/72

200319_TIL


  • 오늘 생긴 에러




https://stackoverflow.com/questions/39862145/react-children-only-expected-to-receive-a-single-react-element-child-error-whe

  • components/Card.js의 위치 문제
<Link component={RouterLink} to={`/addCard/${category}/${title}`}>
   <DeckSpeedDial
     // actions={this.props.action} //!ERROR: No duplicate props allowed
        actions={this.state.DeckSpeedDialActions}
    />
</Link>

profile
JavaScript를 공부하고 있습니다:)

0개의 댓글