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
The library comes as an es-module compiled for evergreen browsers with the following browserlist config: >1%, not dead, not ie 11, not op_mini all. If you need to support legacy targets or deal with targets that don't support modules, you can use the commonJS export by simply appending .cjs to your imports.
🐛 Bug Report
Crash with:
To Reproduce
I have discovered the issue on https://material-ui.com/components/modal/#transitions.
Expected behavior
I expect the
"module"
version to only differ from the"main"
version by only the import syntax (require vs import).Link to repro (highly encouraged)
Codesandbox doesn't work on IE 11: codesandbox/codesandbox-client#1187.
Environment
react-spring
v8.0.27Related: #248, #552.
The text was updated successfully, but these errors were encountered: