I keep getting this error in react:
Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
After the grid loads and I select a filter chip to add/remove data to the grid from an array in memory or clicked a checkbox within the grid. Any suggestions?