はじめに 個人開発を進める中で詰まったエラーと解決方法をメモとして残します。 エラー内容 個人開発でブログアプリを作成していたところ、テキスト入力欄にテキストを入力したり、入力したテキストを選択するたびに、次のようなエラーが発生していました。 content.js:8 Uncaught TypeError: Cannot read properties of undefined (reading 'target') at content.js:8:344346 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received 解決策 他の人の環境や