以下のサイトを参考にGitからソースを
取得して「yarn start」コマンドを実行したところ
以下のようなメッセージが表示され
「http://localhost:3000/signup」にアクセスしても
画面が表示されません。対応方法をご教示願います。
リンク内容
Compiled with warnings. ./src/components/Secret.tsx Line 9:23: '_' is assigned a value but never used @typescript-eslint/no-unused-vars Line 36:6: React Hook useEffect has missing dependencies: 'endpoint' and 'jwtToken'. Either include them or remove the dependency array react-hooks/exhaustive-deps Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.
恐らく、「./src/components/Secret.tsx」に問題があるのだと思いますが
vscodeでぱっと開いてみてもどう直せばよいのかわかりません。
さらにSecret.tsxの登場箇所をコメントアウトしたところ
コンパイルには成功したようですがhttp://localhost:3000/にアクセスしても
”このサイトにアクセスできません”と表示されます。
Compiled successfully! You can now view cognito-sample in the browser. Local: http://localhost:3000/ Note that the development build is not optimized. To create a production build, use yarn build.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。