Next.js App Router を使って開発していると、以下のような 謎の型エラー に遭遇したことはありませんか? Type error: Type '{ uid: string; }' is missing the following properties from type 'Promise<any>'...
はじめに こんにちは、Procom開発者です! 今回は、Next.js のクライアントコンポーネント('use client')で以下のような致命的なエラーに遭遇しました。 Error: Rendered fewer hooks than expected. This may be caused by an accid...