0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Invalid Hook Call Warning

Posted at

環境

  • Windows 10
  • node@18.0
  • next@12.2.0
  • react@18.2.0
  • typescript@4.7.4
  • コマンドプロンプト(UTF-8)

エラー発生時

npx next dev

を実行
Invalid Hook Call Warning が発生した

JSXで画面レイアウトを作成していた段階で
もちろん、React Hookを使っていなかった

解決方法

コマンドプロンプトのパスのドライブrから
ドライブRへ変更した

スクリーンショット 2022-07-05 221611.png

コマンドプロンプトだと通常通りコマンドが打てるので、てっきりエラーの原因がこれだとは思わなかった
というわけで備忘録

0
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?