veltman / flubber

Tools for smoother shape animations.
MIT License
6.65k stars 170 forks source link

Using in Gatsby with IE11 #106

Open samuelgoddard opened 4 years ago

samuelgoddard commented 4 years ago

Hey! Just wondered what the support out the box for this library is? I'm having some issues on IE11 where the entire site isn't rendering with the following console error

Unexpected call to method or property access

It doesn't give me much more to go off other than mentioning Symbol a few times, and the error disappears if i remove flubber.

Any help would be hugely appreciated.

Thanks!

veltman commented 4 years ago

Without more details it's hard to say for sure whether this is Gatsby or something else. If you visit:

https://veltman.github.io/flubber/demos/basic-svg.html

in the same browser, do you see the same error? If so, can you paste the whole thing here?