PrimeNG component animation trigger warnings since updating Angular to 14.x #11617
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Since updating my project to Angular 14, I've seen a number of animation trigger warnings in the console when running my application. For example when using a
p-panel
component:I see the following in my console:
Which seems to come from:
primeng/src/app/components/panel/panel.ts
Lines 40 to 56 in c9b61ff
Obviously not a huge issue, but reducing any additional noise in the console is always useful.
Environment
Angular 14.0.1
PrimeNG 13.4.1
Reproducer
No response
Angular version
14.0.1
PrimeNG version
13.4.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.15.0
Browser(s)
Chrome 102
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: