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?

useFormが使えない時(Next.js)

Posted at

Uncaught Error: (0 , react_hook_form__WEBPACK_IMPORTED_MODULE_3__.useForm) is not a function ってエラーが出たときの対処法

ファイルの先頭に'use client'; を追加したら、Next.jsのクライアントコンポーネントとして指定できる。

Next.js 13以降ではこれを追加しないといけないらしい

スクリーンショット 2024-10-12 204633.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?