Row selection bug fixed when removing StrictMode?
A potential bug or am I doing something wrong?
I'm never able to select a row, removing StrictMode fixes this, console.log of table.getIsSomeRowsSelected() in selectRow returns this on every row click:

1 Reply
subsequent-cyanOP•5mo ago
Here is an example:
https://codesandbox.io/p/devbox/runtime-shadow-4wgswn?workspaceId=ws_DZLaj6iS7KgUGfrov7xT19
removing StrictMode allows selection as expected