Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

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

Open
zalmoxisus opened this issue Nov 18, 2018 · 0 comments
Open

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

zalmoxisus opened this issue Nov 18, 2018 · 0 comments

Comments

@zalmoxisus
Copy link
Contributor

To reproduce:

  • Dispatch an action that results in some state like book.title where title has a value of cars & trucks
  • Open the Redux devtool
  • Go to the chart view
  • Navigate the state chart from book to title
  • Hover over title so you can see its value

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 zalmoxisus/redux-devtools-extension#462

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant