Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong query selector for data-tip #121

Closed
neciu opened this issue Jun 22, 2016 · 0 comments
Closed

Wrong query selector for data-tip #121

neciu opened this issue Jun 22, 2016 · 0 comments

Comments

@neciu
Copy link
Contributor

neciu commented Jun 22, 2016

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>

My ReactTooltip component:

<ReactTooltip type="light" effect="solid" id="42b62b618c514ec7b4ac16212dcbdddd"/>
wwayne added a commit that referenced this issue Jun 23, 2016
Fixed "Wrong query selector for data-tip #121"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant