Maximum call stack size exceeded
Getting the below error after updating my nuxt version from ('^3.5.1') to ('^3.11.1).
and it will break the page and show "This page isn't working", after reloding it work's fine.
Error is here.
browser.mjs?v=fd19e36f:44 Uncaught (in promise) RangeError: Maximum call stack size exceeded
at BrowserReporter.log (browser.mjs?v=fd19e36f:44:7)
at Consola._log (core.mjs?v=fd19e36f:381:16)
at resolveLog (core.mjs?v=fd19e36f:349:14)
at Consola._logFn (core.mjs?v=fd19e36f:377:5)
at core.mjs?v=fd19e36f:306:19
at BrowserReporter.log (browser.mjs?v=fd19e36f:44:7)
at Consola._log (core.mjs?v=fd19e36f:381:16)
at resolveLog (core.mjs?v=fd19e36f:349:14)
at Consola._logFn (core.mjs?v=fd19e36f:377:5)
0 Replies