Errors and tooltips not being shown since 0.10.2
See original GitHub issueWhen using the example set-up the error highlighting stops working. So the red underscore and tooltip with error message aren’t shown anymore. Up to v0.10.1 it is working. It’s the same issue as #477 which was closed without resolution, and looks similar to #493.
v0.10.1
after update to v0.10.2
Am I missing a dependency here?
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-promise/4.1.1/es6-promise.auto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.6.1/react-dom.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.2/graphiql.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphiql/0.11.2/graphiql.min.js"></script>
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Error tooltips not showing on hover
As you can see in the GIF, there is an error there but when I hover there is no tooltip. It used to...
Read more >Victory 0.12.0: The One True Tooltip - Formidable Labs
We wrote VictoryVoronoiTooltip to improve the behavior of tooltips on components that are not easy to interact with, like line components or ...
Read more >Changelog - dbc docs - Dash Bootstrap Components
Tooltip can now be shown and hidden from callbacks via the new is_open prop (PR 861) ... This release adds no new features...
Read more >Uncaught TypeError: $(...).tooltip is not a function
Can we see where you're using $.tooltip() ? It's possible that it occurs somewhere before the jQuery UI embed line. So try re-arranging...
Read more >Changelog - Cypress Documentation
The Chrome web security configuration tooltip will now be shown only if chromeWebSecurity is set to false when using a non-chromium browser. Fixes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@oliemansm @joshjcarrier https://github.com/graphql/codemirror-graphql/releases/tag/v0.6.11 takes care of this bug - I’ll let greenkeeper update to this revision. Thanks again for reporting!
@joshjcarrier. Right you are, looks like it needs an update.