Hi,
In a new app I’m building, I’m adding an option to let the user select products.
I’m using Polaris Index Table component, but when I render the component, and click on any of the checkboxes, a white row appears on top of the table’s headers with a checkbox in the middle. When I uncheck all boxes it disapears.
This is without selecting any products:
This is when I select any product - see the white line with center checkbox:
I didn’t do any special customization to that component and I think I’m using it in the most basic way:
any idea why this is happening?