LoginSignup
0

More than 5 years have passed since last update.

TypeError: (0 , _MyFile.myFunction) is not a function at bundle.js

Posted at

現象

Reactで以下のようなエラーが発生。

TypeError: (0 , MyFile.myFunction) is not a function
    at bundle.js:36787

原因

MyFileにmyFunctionなんか無いよ、という内容。

タイプミスがないか、大文字小文字のミスがないか、よーく確認しましょう。

・・・(T_T)

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0