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
The same behavior when I try to check the API tab for paginator.
main.5b4a27f325c7cbec.js:1 ERROR TypeError: Cannot read properties of undefined (reading 'length')
at get inputClass [as inputClass] (main.5b4a27f325c7cbec.js:1:375801)
at gt (main.5b4a27f325c7cbec.js:1:362020)
at e_.runInContext (main.5b4a27f325c7cbec.js:1:1442471)
at a_ (main.5b4a27f325c7cbec.js:1:1444720)
at x_ (main.5b4a27f325c7cbec.js:1:1454253)
at S_ (main.5b4a27f325c7cbec.js:1:1455457)
at T_ (main.5b4a27f325c7cbec.js:1:1455290)
at x_ (main.5b4a27f325c7cbec.js:1:1454538)
at uf (main.5b4a27f325c7cbec.js:1:1453975)
at Yp.detectChanges (main.5b4a27f325c7cbec.js:1:1456346)
Describe the bug
When I want to access the https://primeng.org/paginator, I receive multiple errors in the console:
The same behavior when I try to check the API tab for paginator.
main.5b4a27f325c7cbec.js:1 ERROR TypeError: Cannot read properties of undefined (reading 'length')
at get inputClass [as inputClass] (main.5b4a27f325c7cbec.js:1:375801)
at gt (main.5b4a27f325c7cbec.js:1:362020)
at e_.runInContext (main.5b4a27f325c7cbec.js:1:1442471)
at a_ (main.5b4a27f325c7cbec.js:1:1444720)
at x_ (main.5b4a27f325c7cbec.js:1:1454253)
at S_ (main.5b4a27f325c7cbec.js:1:1455457)
at T_ (main.5b4a27f325c7cbec.js:1:1455290)
at x_ (main.5b4a27f325c7cbec.js:1:1454538)
at uf (main.5b4a27f325c7cbec.js:1:1453975)
at Yp.detectChanges (main.5b4a27f325c7cbec.js:1:1456346)
Environment
MacOS
Reproducer
No response
Angular version
Does not related to version
PrimeNG version
16.7.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.0
Browser(s)
Chrome Version 119.0.6045.105
Steps to reproduce the behavior
Expected behavior
The console should not have errors and the user should be able to see API info
The text was updated successfully, but these errors were encountered: