grid
grid copied to clipboard
Remove unused "inProgress" prop
I am getting errors about the inProgress prop in my NextJS application using Grid.
It seems like the prop is being passed by accident as the Selection component is not using it and therefore passes it as a regular attribute.