You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
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.
To reproduce:
book.titlewheretitlehas a value ofcars & trucksbooktotitletitleso you can see its valueThe tooltip incorrectly renders HTML contained within the state value. For example, you'd see something like
cars & truckswhen you should seecars & trucks.If you click on
titleto see the table view then the HTML is rendered as expected.Moved from zalmoxisus/redux-devtools-extension#462