/Users/pedroteixeira/projects/pdfkit/js/image/png.js:25 this.obj = document.ref({ ^ ReferenceError: document is not defined at PNGImage.embed (/Users/pedroteixeira ...
このエラーはNext.jsでssr(サーバーサイドレンダリング)をしていることが原因らしいです。 Dynamic Importを利用して、ssrを無効にすることもできるみたいですが、 今回は変数に入れていたものを関数に修正したら解決しました。 private static storage = window ...
Failing the last 2 tests and getting an error: // running tests 35. When the #user-input element contains a valid US number and the #check-btn element is clicked, the #results-div element should ...