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
I managed to fix react-sping on IE11 by using react-spring/web.cjs, but react-use-gesture doesn't have .cjs module and it's using arrow functions which are not supported in IE11.
Could you make '.cjs` bundle also, or transpile arrow functions?
The text was updated successfully, but these errors were encountered:
I managed to fix react-sping on IE11 by using
react-spring/web.cjs
, butreact-use-gesture
doesn't have.cjs
module and it's using arrow functions which are not supported in IE11.Could you make '.cjs` bundle also, or transpile arrow functions?
The text was updated successfully, but these errors were encountered: