You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
When adding
skipAnimationFrameInResizeObserver
prop toTableVirtuoso
component you get react console errorhook.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 lowercaseskipanimationframeinresizeobserver
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:
TableVirtuoso
componentskipAnimationFrameInResizeObserver
propExpected behavior
No error
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: