We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
overlay
Tooltip
undefined
2.12.1
Mac OS X, Firefox 54.0.1 64bit,
http://imgur.com/a/Nxeua
Tooltip should be apprearing with no warnings.
Tooltip isn't appearing and overlay required prop warning is coming in console where as docs doesn't mention about this prop.
The text was updated successfully, but these errors were encountered:
I found out the cause of my issue. An undefined value was passed into prop title but the warning message displayed some other prop name.
title
Sorry, something went wrong.
Please provide a re-producible demo: http://codepen.io/benjycui/pen/KgPZrE?editors=001
545d171
I came across the same issue. Just by adding the title prop it solved the problem. Thanks for sharing.
Same issue too. The warning message is confusing.
No branches or pull requests
Version
2.12.1
Environment
Mac OS X, Firefox 54.0.1 64bit,
Reproduction link
http://imgur.com/a/Nxeua
Steps to reproduce
console.log(query)} />What is expected?
Tooltip should be apprearing with no warnings.
What is actually happening?
Tooltip isn't appearing and overlay required prop warning is coming in console where as docs doesn't mention about this prop.
The text was updated successfully, but these errors were encountered: