Posted 15 August 2024, 12:37 pm EST - Updated 15 August 2024, 12:42 pm EST
Hello,
I have upgraded my application from Angular 9 to 13. But in browser console I could see the error
“[Deprecation] Listener added for a ‘DOMNodeInserted’ mutation event. Support for this event type has been removed, and this event will no longer be fired. See https://chromestatus.com/feature/5083947249172480 for more information.”
and I could see that it is pointing to
- celltype in => <ng-template wjFlexGridCellTemplate [cellType]=“‘Cell’” let-item=“item”>
- header in => <wj-flex-grid-column [header]=“‘Jurisdiction Taxation’” etc…
I am using the below packages
“@grapecity/wijmo”: “5.20213.834”,
“@grapecity/wijmo.angular2.core”: “5.20213.834”,
“@grapecity/wijmo.angular2.grid”: “5.20213.834”,
“@grapecity/wijmo.angular2.grid.detail”: “5.20213.834”,
“@grapecity/wijmo.angular2.grid.filter”: “5.20213.834”,
“@grapecity/wijmo.angular2.grid.grouppanel”: “5.20213.834”,
“@grapecity/wijmo.angular2.input”: “5.20213.834”,
“@grapecity/wijmo.grid”: “5.20213.834”,
“@grapecity/wijmo.grid.detail”: “5.20213.834”,
“@grapecity/wijmo.grid.filter”: “5.20213.834”,
“@grapecity/wijmo.xlsx”: “5.20213.834”,
“@grapecity/wijmo.grid.xlsx”: “5.20213.834”,
“@grapecity/wijmo.grid.transposed”: “5.20213.834”,
“@grapecity/wijmo.grid.transposedmultirow”: “5.20213.834”,
“@grapecity/wijmo.input”: “5.20213.834”,
“@grapecity/wijmo.styles”: “5.20213.834”,
Can yo please help to resolve this issue?