FilterMatchMode error in IE 11

UI Components for Angular
Post Reply
avinash1988
Posts: 1
Joined: 20 Apr 2021, 17:48

20 Apr 2021, 18:00

Hi,

I have recently upgraded to PrimeNG version 11 with Angular 9. When I run the application in IE 11 I get an error related to FilterMatchMode.

SCRIPT1002: Syntax error, Vendor.js (297543, 1).

When I go to the vendor.js file it points me to the class decalration of FilterMatchMode.

const _c0 = ["*"];
class FilterMatchMode {
}

I have enabled the following options in tconfig.json:

"compilerOptions": {
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"module": "es2015",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"types": [
"node"
],
"lib": [
"es2016",
"dom"
]
},

Can you please let me know how I can resolve this issue.

PhilHuhn
Posts: 177
Joined: 19 Sep 2018, 02:52
Location: Ann Arbor, Michigan USA
Contact:

23 Apr 2021, 13:44

Hey, I am just a fellow user, but this may be a bug request. Try on GitHub...

https://github.com/primefaces/primeng

Then go to the issues tab. I am not sure what PrimeFaces thinks the supported use-cases for turbo-table, but you should give them a chance to understand your issue. I have personally reported bugs there. Good luck.

Post Reply

Return to “PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 22 guests