Getting this error on some of my spreadsheets:
syncfusion-vendor-e48d756d.js:2 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
at te (syncfusion-vendor-e48d756d.js:2:29885)
at syncfusion-vendor-e48d756d.js:219:66279
at Map.forEach (<anonymous>)
at l.updateRowContent (syncfusion-vendor-e48d756d.js:219:65760)
at syncfusion-vendor-e48d756d.js:220:23404
In case the compiled code is helpful, this is the function where the error points to:
function te(l) {
var e = l.parentNode;
if (e)
return e.removeChild(l)
}