TypeError: fn is not a function Primeng Icons #3614
Unanswered
mm7898
asked this question in
PrimeIcons
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am facing below error
main.ts:2 TypeError: fn is not a function
at core.mjs:19959:42
at Array.forEach ()
at initFeatures (core.mjs:19959:26)
at Object.toString (core.mjs:19744:9)
at noSideEffects (core.mjs:122:29)
at Module.ɵɵdefineComponent (core.mjs:19709:12)
at <static_initializer> (primeng-icons-baseicon.mjs:83:53)
at 98879 (primeng-icons-baseicon.mjs:62:24)
at webpack_require (bootstrap:19:1)
at sharing:84:1
and I encountered it after I migrated to angular v19
currently I have
"@angular/core": "^19.1.6",
"primeicons": "^7.0.0",
"primeng": "^19.0.6",
"zone.js": "^0.15.0"
It would be helpful if have solution or suggestion
Beta Was this translation helpful? Give feedback.
All reactions