-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] framer-motion breaks in tslib version 2.2.0 #1123
Comments
I ran into this too after installing the latest (v4.1.1) in a project and trying to build it. After finding a similar issue in another library, I tried explicity installing |
This should be fixed in 5 |
I know this is closed and should be fixed in 5, but I'm using "framer-motion": "^5.2.0",
"tslib": "^2.1.0",
"ts-jest": "^27.0.5",
"jest": "^27.2.5", |
There's an issue about this in tslib microsoft/tslib#149 so I'm going to reclose this. I've attempted to update tslib but have run into other issues 🙄 but I'll keep an eye on that issue. Pinning seems to be the only way from now. |
export '__spreadArray' was not found in 'tslib'
On tslib version 2.2.0
node_modules/framer-motion/dist/es/components/AnimatePresence/index.js 123:27-40
The text was updated successfully, but these errors were encountered: