Describe the bug
When adding skipAnimationFrameInResizeObserver prop to TableVirtuoso component you get react console error
hook.js:608 Warning: React does not recognize the skipAnimationFrameInResizeObserver prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase skipanimationframeinresizeobserver instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Reproduction
https://codesandbox.io/p/sandbox/vtg97w
To Reproduce
Steps to reproduce the behavior:
- Create a
TableVirtuoso component
- Add
skipAnimationFrameInResizeObserver prop
- Look in console and see error
Expected behavior
No error
Screenshots

Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
Additional context
Add any other context about the problem here.
Describe the bug
When adding
skipAnimationFrameInResizeObserverprop toTableVirtuosocomponent you get react console errorhook.js:608 Warning: React does not recognize the
skipAnimationFrameInResizeObserverprop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercaseskipanimationframeinresizeobserverinstead. If you accidentally passed it from a parent component, remove it from the DOM element.Reproduction
https://codesandbox.io/p/sandbox/vtg97w
To Reproduce
Steps to reproduce the behavior:
TableVirtuosocomponentskipAnimationFrameInResizeObserverpropExpected behavior
No error
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.