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
Remove zoom if possible (Firefox doesn't support it) and use transform instead.
There's also an issue getting the WebAssembly to load on Safari: WebAssembly.instantiateStreaming is not a function. I think the fix is to use this polyfill.
Remove
zoomif possible (Firefox doesn't support it) and usetransforminstead.There's also an issue getting the WebAssembly to load on Safari:
WebAssembly.instantiateStreaming is not a function. I think the fix is to use this polyfill.