reduxjs / d3-state-visualizer

Real-time visualizations of your application state
https://www.npmjs.com/package/d3-state-visualizer
MIT License
104 stars 23 forks source link

Tooltip on chart view does not handle HTML entities correctly #19

Open zalmoxisus opened 5 years ago

zalmoxisus commented 5 years ago

To reproduce:

The tooltip incorrectly renders HTML contained within the state value. For example, you'd see something like cars & trucks when you should see cars & trucks.

If you click on title to see the table view then the HTML is rendered as expected.

Moved from https://github.com/zalmoxisus/redux-devtools-extension/issues/462