Hi,
I have an application displaying a grid with several columns. Also, the application provides a dropdown with several definitions of grid columns, sort settings, etc. If the user selects one of the definitions, the grid is destroyed and then rendered again with a new definition.
The problem is that after 3-4 selections, the destroy grid fails with error 'Uncaught TypeError: Cannot read property 'removeChild' of null' and cycles infinitely. This error occurs in controls/base/src/dom.ts:213. Then it goes on and return back to this line and cycles.
This hard to reproduce in sandbox and I understand this reproduction steps are not ideal. However, the null exception is obvious. I am using 18.2.59 version.
Uncaught TypeError: Cannot read property 'removeChild' of null
at remove (dom.js:208)
at Group.I3VE.Group.destroy (group.js:908)
at ModuleLoader.jedy.ModuleLoader.clean (module-loader.js:56)
at ModuleLoader.jedy.ModuleLoader.inject (module-loader.js:21)
at Grid.wVVD.Component.injectModules (component.js:285)
at Grid.wVVD.Component.dataBind (component.js:172)