react-color
react-color copied to clipboard
TypeError: (0 , _reactcss.handleHover) is not a function
Test with jest emit error.
I don't know if you still have the issue but I was able to fix it in my project. Turned out I had moduleNameMapper
set in the jest config with a bad regex and it was replacing the reactcss
module that react-color
uses. Hope it helps!
+1