Doesn't run in Safari
ryanmcgrath opened this issue · 2 comments
ryanmcgrath commented
You likely need a BigInt
polyfill, as Safari doesn't support it. Are you sure this works on iOS Safari?
Thulinma commented
Thanks, very helpful! We haven't tested Safari since we started using BigInt, so it suddenly all makes sense why the /browse page is broken in Safari... Will add the polyfill soon!
DamSenViet commented
I've finished patching with the polyfill. Babel's polyfill for bigInt is still in its proposal stages for the past year or so. Thanks for the specific bug report!