The File i changed is lib/highlighter.js .
The problem was that the item key (count), was not unique between the items (i debug the html) -
and react cant capture click/mouse events in this case.
I changed it to be based by the Address(string), which is unique.
The File i changed is lib/highlighter.js . The problem was that the item key (count), was not unique between the items (i debug the html) - and react cant capture click/mouse events in this case.
I changed it to be based by the Address(string), which is unique.