You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. After some research, I'm guessing this is due to a bug in Safari where Object.getOwnPropertyDescriptor is broken for numeric properties: zloirock/core-js#495.
We starting receiving the following error only on mobile Safari:
Downgrading to 0.7.17 fixed the problem for us
The text was updated successfully, but these errors were encountered: