souporserious / react-view-pager

Slider/Carousel powered by React Motion.
http://souporserious.github.io/react-view-pager/
MIT License
293 stars 46 forks source link

polylinearScale is not defined #27

Closed efflam closed 7 years ago

efflam commented 7 years ago

Hi ! I've updated react-view-pager and I got this error at runtime Uncaught ReferenceError: polylinearScale is not defined

souporserious commented 7 years ago

Oh no :( sorry about that. I will look into it this morning and see what's wrong.

souporserious commented 7 years ago

What environment are you running this in? Maybe you are missing this dependency of animation-bus https://github.com/souporserious/animation-bus/blob/master/package.json#L35

efflam commented 7 years ago

Node 7.1.0 Bundled with webpack. I don't use yarn for now. I've tried to install animation-bus and polylinear-scale separately but it doesn't solve the problem. But the function is clearly here... capture d ecran 2016-11-22 a 11 32 51

efflam commented 7 years ago

Other people don't seem to have this problem so it's clearly something with my config but it's just create-react-app...

souporserious commented 7 years ago

So weird, I wish I knew more to help 😕 have you tried removing node_modules and reinstalling?

efflam commented 7 years ago

In fact, it seems to be a Chrome problem: Version 54.0.2840.98 (64-bit) It's running fine with Canary : Version 57.0.2926.0 canary (64-bit) and Safari...

souporserious commented 7 years ago

Interesting 🤔 I'm on the same version and have not experienced any issues. You think this ok to close? Seems very specific.

efflam commented 7 years ago

yes, no problem to close ;) very specific indeed (maybe a problem with a chrome extension, i don't know...)