React-spring: Browser support?

Created on 26 Apr 2018  路  5Comments  路  Source: pmndrs/react-spring

I can't find anything in the documentation about browser support.
I tested a trail animation in crossbrowsertesting and got the following error on iphone ios, but also on older chrome versions on android:

image

Could I get a little bit more insight on browser support, or any advice to fix this?

All 5 comments

@ZakKa89 is it just Object.values or did you see something else? I could use Object.keys instead. Though i think the lower you go with support there'll be something eventually that isn't understood (for instance, Promises). Babel with node_modules included would polyfill these things away. Is that an option? Do you know if you have at least promise support?

Could you try [email protected] and see if it's better?

We do use babel to transpile, but we might have to check our babel settings. We're going to check it out, at least I know where to look.

Yes I will try that as well. Thank you very much.

I have published 5.1.0, which uses Object.values.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cmmartin picture cmmartin  路  3Comments

VincentCtr picture VincentCtr  路  3Comments

rockmandash picture rockmandash  路  3Comments

fortezhuo picture fortezhuo  路  3Comments

MaximeDenuit picture MaximeDenuit  路  4Comments