I ran into this issue while using React inside a Shadow DOM. I've been using a setup similar to this to handle event retargeting.
https://github.com/LukasBombach/react-shadow-dom-retarget-events/blob/master/index.js
Radium ':hover' doesn't work when wrapping my React Components