After I've included "echarts-for-react" library to my project, I've started getting Cannot read property 'requestAnimationFrame' of undefined error.
The interesting part is that I'm only getting this error on Windows 10. When I open the project on OS X, everything works as expected. I'm using Chrome version 64.0.3282.186 on both OSs. screenshot
I'm using: react: v15.4.1, webpack: v1.14.0
Do you have any suggestions about this problem?