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
When running an open method on DialogService, is you set [closable] to false, or omit the input, the console is logging an ERROR like this: ERROR RangeError: Maximum call stack size exceeded
Environment
Local environnement Windows 11, reproduced on StackBlitz, see below
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.
I just edited the issue with another Stackblitz, based on the PrimeNg template.
The ERROR is there. I also reproduced the bug in the showcase application with a newly created component.
Describe the bug
When running an
open
method onDialogService
, is you set [closable] to false, or omit the input, the console is logging an ERROR like this:ERROR RangeError: Maximum call stack size exceeded
Environment
Local environnement Windows 11, reproduced on StackBlitz, see below
Reproducer
https://stackblitz.com/edit/github-5euggt?file=src%2Fapp%2Fapp.component.ts
Angular version
18.1.0
PrimeNG version
18.0.0-rc.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.20.3
Browser(s)
Chrome 131
Steps to reproduce the behavior
Run the project, click on the button, check the console in devtools.
Expected behavior
Should not log an ERROR in any case.
The text was updated successfully, but these errors were encountered: