Line 21:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
이 에러 말씀하시는 건가요 ~ ? 저 부분은 무언가를 선언을 했는데 그걸 실제로는 쓰지 않고 있다는 겁니다~
그냥 경고 문구 같은건데요 ~ 실질적으로 프로그램부분에는 영향을 주지는 않습니다 ~
작성
·
203
0
<Dropzone
onDrop
multiple
maxSize>
{({getRootProps, getInputProps})=>{
<div style={{width : '300px', height :'240px', border:'1px solid lightgray', display : 'flex',
alignItems:'center', justifyContent:'center'}} {...getRootProps()}
>
<input {...getInputProps()}/>
<icon type="plus" style={{fontSize : '3rem'}}/>
</div>
}}
</Dropzone>
답변 3
0
안녕하세요 ~~
혹시 마지막 문구
Line 21:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
이 에러 말씀하시는 건가요 ~ ? 저 부분은 무언가를 선언을 했는데 그걸 실제로는 쓰지 않고 있다는 겁니다~
그냥 경고 문구 같은건데요 ~ 실질적으로 프로그램부분에는 영향을 주지는 않습니다 ~
0
Line 21:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
0