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
Hi folks. We've been using this library to power our website tooltips in React for about two years. We use Sentry.io to track front end errors experienced by visitors, and I've noticed a huge uptick in findDOMNode Invariant Violation warnings since we deployed 3.8.x. Can anyone else corroborate? We use findDOMNode in two spots in our codebase and I'm seeing these warnings from most of our pages that have these tooltips on them.
The specific error is "findDOMNode was called on an unmounted component"