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
While using data-tip and data-for parameters with my components I'm getting error as follows:
index.js:128 Uncaught (in promise) DOMException: Failed to execute 'querySelectorAll' on 'Document': '[data-tip][data-for=42b62b618c514ec7b4ac16212dcbdddd]' is not a valid selector.(…)
My rendered component with data-tip:
<span data-tip="Your outbox limits might be reached." data-for="42b62b618c514ec7b4ac16212dcbdddd">1000000</span>
While using
data-tip
anddata-for
parameters with my components I'm getting error as follows:My rendered component with
data-tip
:My
ReactTooltip
component:The text was updated successfully, but these errors were encountered: