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
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
The Angular application throws a TypeError: dialogRef.showModal is not a function during the initialization process.
The error: message: "dialogRef.showModal is not a function" stack: "TypeError: dialogRef.showModal is not a function"
Initialize the Angular application.
Use the iX library's dialog functionality to show a modal.
Observe the error in the browser console.
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.3.0
Code to produce this issue.
I tried to replicate the problem, but unfortunately I couldn't. However, it might still be a good starting point: https://stackblitz.com/edit/ne22aj-bdgl4hNote: I managed to resolve the issue using setTimeout(() => this.openModal(), 100), which suggests it might be a timing problem.
The text was updated successfully, but these errors were encountered:
danielleroux
added
needs reproduction
Bugs with the label will not be addressed until the steps to reproduce are available
and removed
triage
We discuss this topic in our internal weekly
labels
Oct 7, 2024
Thank you for creating this issue! It has been labeled as needs reproduction.
To help us assist you better, could you please provide a way for us to access the code (such as a GitHub repository or a StackBlitz link). Without a reliable code reproduction, it might be challenging for us to resolve the issue, and we may have to close it.
Thank you for your understanding!
Prerequisites
What happened?
The Angular application throws a TypeError: dialogRef.showModal is not a function during the initialization process.
The error:
message: "dialogRef.showModal is not a function"
stack: "TypeError: dialogRef.showModal is not a function"
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.3.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: