Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use `act` from `react` instead of `@testing-library/react` * bump dependencies * bump `@testing-library/react` * bump `@react-aria/interactions` * bump "@tanstack/react-virtual" * add `ResizeObserver` polyfill, and enable it by default for tests * mock `getBoundingClientRect` Otherwise the virtualization tests don't work as expected because they rely on the client rect which is not supported (or not correctly measured) in JSDOM.
- Loading branch information