You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/13 16:23:07 UTC

[GitHub] [superset] xtengx opened a new issue #18696: deck.gl Scatterplot JAVASCRIPT TOOLTIP GENERATOR tooltip no longer working in version 1.4.0 and above

xtengx opened a new issue #18696:
URL: https://github.com/apache/superset/issues/18696


   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Create deck.gl scatter plot
   2. Create JAVASCRIPT TOOLTIP GENERATOR tooltip i.e. d => `TEST</br>`;
   3. Hover over dot in plot
   4. See error
   
   ### Expected results
   
   Tooltip should show "TEST"
   
   ### Actual results
   
   
   "Unexpected error
   An error occurred while rendering the visualization: Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=TypeError%3A%20r(...).runInNewContext%20is%20not%20a%20function&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
   
   See more"
   
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   ![image](https://user-images.githubusercontent.com/34407987/153762437-43b38acc-79b0-43cb-8963-a39aa5d18f60.png)
   
   
   ### Environment
   
   (please complete the following information):
   
   - browser type and version:
   - superset version: `superset version`
   - python version: `python --version`
   - node.js version: `node -v`
   - any feature flags active:
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [X] I have reproduced the issue with at least the latest released version of superset.
   - [X] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] chanyou0311 commented on issue #18696: deck.gl Scatterplot JAVASCRIPT TOOLTIP GENERATOR tooltip no longer working in version 1.4.0 and above

Posted by GitBox <gi...@apache.org>.
chanyou0311 commented on issue #18696:
URL: https://github.com/apache/superset/issues/18696#issuecomment-1061559501


   I have same problem. It seems to be caused by upgrading webpack to version 5 without resolving configurations.
   I've create PR. I hope to fix your problem by this changes!
   https://github.com/apache/superset/pull/19059
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro commented on issue #18696: deck.gl Scatterplot JAVASCRIPT TOOLTIP GENERATOR tooltip no longer working in version 1.4.0 and above

Posted by GitBox <gi...@apache.org>.
villebro commented on issue #18696:
URL: https://github.com/apache/superset/issues/18696#issuecomment-1041417381


   I was able to reproduce this problem. I also noticed that the Path example chart is broken, but works if the "JAVASCRIPT DATA INTERCEPTOR" is disabled.
   
   Original:
   <img width="1477" alt="image" src="https://user-images.githubusercontent.com/33317356/154260451-27e4edcc-d3f5-4004-8f37-b79e41134915.png">
   
   With removed interceptor:
   <img width="1478" alt="image" src="https://user-images.githubusercontent.com/33317356/154260565-161e5b3e-6d41-4bf7-95bd-076919784198.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org