You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be due to some infinite loop happening when trying to determine a focus.
The specific error is a maximum call stack exceeded:
chunk-XM76ZT77.js:7 ERROR RangeError: Maximum call stack size exceeded
at RegExp.exec (<anonymous>)
at t.parseDurationToMilliseconds (chunk-TIN5GBLU.js:152:10562)
at t.focus (chunk-TIN5GBLU.js:152:10718)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
at t.focus (chunk-TIN5GBLU.js:152:11018)
The dynamic dialog have the same kind of problem, this can however be fixed by setting the focusOnShow config option.
We're unable to replicate your issue, if you are able to create a reproducer by using PrimeNG Issue Template or add details please edit this issue. This issue will be closed if no activities in 20 days.
Describe the bug
Confirmation Dialog has neither a confirm nor a cancle button.
Environment
All
Reproducer
Bug is present in current demo https://v18.primeng.org/confirmdialog
Angular version
18.x.x
PrimeNG version
18.0.0-rc.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
22.10.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
Confirm and cancle button are present.
The text was updated successfully, but these errors were encountered: