🌟
Next.js 環境で React Context Devtool を使うと React is not found と言われる
React Context Devtool をインストールして、React の Context の中身の確認をしたかった。
が、「React is not found in this page」と言われてしまい、Devtool 自体が動かなかった。
どうやら、Next.js を使っている場合は React Developer Tools もインストールする必要があるらしい。
インストールした結果、無事に React Context Devtool が作動した。
というか README にちゃんと書いてあった…。
"React is not found in this page" when using NextJS
This extension requires React Developer Tools installed on your browser to work. Try to install the extension and restart the browser to fix it.
https://github.com/deeppatel234/react-context-devtool?tab=readme-ov-file#troubleshooting
Discussion