-
TypeError: _service_image_uploader__WEBPACK_IMPORTED_MODULE_2__.default.upload(함수 이름) is not a functionError records 2022. 1. 4. 17:27
components flow : image_uploader.js->index.js-> image_file_input.js
해결방법:
image_file_input.js의 ImageUploader를 imageUploader로 바꾸니 해결되었다.
class에 있는 function을 호출 할 때 instance의 함수로 호출하지 않고 클래스의 함수를 바로 호출하여 생긴 에러인듯 하다.
props로 ImageUploader의 instance를 전달하고있기 때문에 클래스에서 통으로 호출한것 부터 실수
'Error records' 카테고리의 다른 글
useState는 비동기이다. 이를 동기적으로 처리하는 방법 (0) 2022.02.04 로그인 할 때 비동기 처리가 필요하다 (0) 2022.01.31 Error 도 객체다 (0) 2022.01.26 "Duplicate entry '' for key 'users.PRIMARY'", (0) 2022.01.16 Error: set failed: value argument contains an invalid key...Keys must be non-empty strings and can't contain ".", "#", "$", "/", "[", or "]" (0) 2022.01.06