Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

RoffDaniel's avatar

Uncaught (in promise) RangeError: Maximum call stack size exceeded with multiply Password component

Hello everyone. I faced such a problem that when using several password components, I get an error:

Uncaught (in promise) RangeError: Maximum call stack size exceeded

chunk-U3LI7FBV.js?v=f66f6b64:2265 Uncaught (in promise) RangeError: Maximum call stack size exceeded at callWithErrorHandling (chunk-U3LI7FBV.js?v=f66f6b64:2265:5) at callWithAsyncErrorHandling (chunk-U3LI7FBV.js?v=f66f6b64:2270:17) at callWithAsyncErrorHandling (chunk-U3LI7FBV.js?v=f66f6b64:2281:19) at callHook (chunk-U3LI7FBV.js?v=f66f6b64:5707:3) at applyOptions (chunk-U3LI7FBV.js?v=f66f6b64:5625:5) at finishComponentSetup (chunk-U3LI7FBV.js?v=f66f6b64:10096:7) at setupStatefulComponent (chunk-U3LI7FBV.js?v=f66f6b64:10019:5) at setupComponent (chunk-U3LI7FBV.js?v=f66f6b64:9944:36) at mountComponent (chunk-U3LI7FBV.js?v=f66f6b64:7300:7) at processComponent (chunk-U3LI7FBV.js?v=f66f6b64:7266:9)

What could be the reason? Thank you in advance!

0 likes
1 reply
RoffDaniel's avatar
RoffDaniel
OP
Best Answer
Level 1

Once after I wrote the issue, I tried to import the password component manually - it solved the problem. Although I use plugins for auto-import:

"devDependencies": {
        "@primevue/auto-import-resolver": "^4.3.1",
        "unplugin-vue-components": "^0.27.3",
},

Please or to participate in this conversation.