Nextjsで普通に window.** って書いてもコード的にはエラーにはならないんですが、実行するとエラーになるっていう。。 ReferenceError: window is not defined そもそもサーバー側(nodejs)でwindowオブジェクトは使えないので、このエラーが出たっ…
実際に表示されたエラーは以下。 Module parse failed: Unexpected token You may need an appropriate loader to handle this file type, currently no loaders are configured…
create TypeScriptで書きたいのでオプションを追加。 yarn create next-app --typescript プロジェクト名を入力 > hogehoge What is your project named? › hogehoge Would you like to use…