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
Upon mousing over an element which creates a tooltip for the first time, a warning is logged in the console.
"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."
This happens with the example too.
The text was updated successfully, but these errors were encountered:
Upon mousing over an element which creates a tooltip for the first time, a warning is logged in the console.
"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 lowercasegetrects
instead. If you accidentally passed it from a parent component, remove it from the DOM element."This happens with the example too.
The text was updated successfully, but these errors were encountered: