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
PR #13849 introduced an accidentally leftover console.log in line 268 of src/app/components/tooltip/tooltip.ts that prints e every time the id input is changed.
Environment
Any environment running PrimeNG 16.5.0.
Reproducer
No response
Angular version
16.2.9
PrimeNG version
16.5.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
Browser(s)
No response
Steps to reproduce the behavior
Add a [pTooltip] and an [id] property to any HTML tag and check the console.
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
PR #13849 introduced an accidentally leftover console.log in line 268 of
src/app/components/tooltip/tooltip.ts
that printse
every time theid
input is changed.Environment
Any environment running PrimeNG 16.5.0.
Reproducer
No response
Angular version
16.2.9
PrimeNG version
16.5.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
Browser(s)
No response
Steps to reproduce the behavior
Add a
[pTooltip]
and an[id]
property to any HTML tag and check the console.Expected behavior
No response
The text was updated successfully, but these errors were encountered: