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
warning.js:33 Warning: React does not recognize the `getRects` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `getrects` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
in div (created by Tooltip)
in Tooltip (created by TooltipWithBounds)
in TooltipWithBounds (created by withBoundingRects())
in withBoundingRects() (created by MechanismsSummary)
The text was updated successfully, but these errors were encountered:
Hi @emepyc! thanks for checking out vx and raising this issue. I imagine props are being spread somewhere where they shouldn't be, I'll take a look asap.
I'm trying to use the TooltipWithBounds component
(React 16.2.0 and @vx/tooltip 0.0.161)
And I'm getting this Warning:
The text was updated successfully, but these errors were encountered: