-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Javascript Tooltip Generator error in deck.gl Scatterplot in superset version 3.0.1 #25871
Comments
Having same issue. |
Any progress? |
No :( |
yeah, this is still a problem. Can someone please fix |
any updates? |
I tested JS tooltip in the 3.1.0 release and it works. I disabled superset security features for test (Talisman, html sanitization). |
I just tested with 3.1.0 same error. |
It works like this: jstooltip.mp4 |
I'm using v3.1.0 on JavaScript tooltip generator and still not working EDIT:
|
Based on the comment above (thanks @s33k3rs) it seems like things are working in the latest version with proper config. Calling this closed, but we can re-open if warranted, or people can create new issues with updated context. Thanks! |
Hi there, sorry for my support request. |
Good friend, have you found a solution? I also encountered this problem in 4.1.1, the extraPropsa property does not exist in the Javascript Tooltip Generator of heatmap |
A clear and concise description of what the bug is.
How to reproduce the bug
<div>Hello</div>
Expected results
An tooltip should appear displaying the text 'Hello'.
Actual results
Error inesperado
Ocurrió un error al crear la visualización: Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=EvalError%3A%20Refused%20to%20evaluate%20a%20string%20as%20JavaScript%20because%20'unsafe-eval'%20is%20not%20an%20allowed%20source%20of%20script%20in%20the%20following%20Content%20Security%20Policy%20directive%3A%20%22script-src%20'self'%20'strict-dynamic'%20'nonce-7YhSVYVgXPwTb47yYC7dn0ioWx2nmvJv'%22.%0A&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
If I use the Google Content-Security-Policy extension, this error does not occur, and the tooltip is displayed correctly, but I need a solution that doesn't involve using the Google extension.
Screenshots
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: