게시글
질문&답변
드랍존이 생성되지않습니다.
감사합니다! 해결했습니다! {({ 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> )}
- 0
- 3
- 249
질문&답변
드랍존이 생성되지않습니다.
Compiled with warnings. [1] [1] src\_reducers\user_reducer.js [1] Line 9:1: Unexpected default export of anonymous function import/no-anonymous-default-export [1] [1] src\components\views\LoginPage\LoginPage.js [1] Line 75:11: 'dirty' is assigned a value but never used no-unused-vars [1] Line 80:11: 'handleReset' is assigned a value but never used no-unused-vars [1] [1] src\components\views\RegisterPage\RegisterPage.js [1] Line 92:11: 'dirty' is assigned a value but never used no-unused-vars [1] Line 97:11: 'handleReset' is assigned a value but never used no-unused-vars [1] [1] src\components\views\VideoUploadPage\VideoUploadPage.js [1] Line 3:35: 'message' is defined but never used no-unused-vars [1] Line 3:51: 'Icon' is defined but never used no-unused-vars [1] [1] src\hoc\auth.js [1] Line 6:1: Unexpected default export of anonymous function import/no-anonymous-default-export [1] [1] Search for the keywords to learn more about each warning. [1] To ignore, add // eslint-disable-next-line to the line before. 혹시나 이것때문에 안되는건지해서 같이 올려봅니다. 오늘은 이만 잠을 청해야겠습니다. ㅠ
- 0
- 3
- 249
질문&답변
강사님 에러한번만봐주세요
해결했습니다!!
- 0
- 2
- 330