When there's multiple Button inside a Table Cell, the focus move to the first one upon closure of the Popover.
Live demo: https://nickrph.github.io/rac-table-focusable-children/
Install the dependencies:
pnpm installStart the dev server, and the app will be available at http://localhost:3000.
pnpm dev