Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Issue: the node to be removed is not a child of this node when IgrGridToolbarActions added
posted

Hi,

There is an issue using Filters.

When the user on the page where the IgrGrid is initialised with IgrGridToolbarActions it does work well until the user tries to go to other page (change the route).
Then the project crashes with the blank screen and withe the next error message in the developer console:

@infragistics_igniteui-react-grids_grids_combined.js?t=1715001007523&v=8817f177:930 Uncaught DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.


 
The issue only occurs when the IgrGridToolbarActions component added to the IgrGridToolbar

Dependencies: 
"react": 17.0.2
"react-router-dom": ^6.17.0

"@infragistics/igniteui-react-grids": "^18.6.0",