#933·popmotion

popmotion 11.0.3 import not working (missing exports)

Author: m0dch3nCreated Jan 31, 2022Updated Nov 19, 2023

Problem

Module '"popmotion"' has no exported member 'listen'.ts(2305

How to reproduce

npm i [email protected]

Then in my .ts file

javascript
import { listen } from 'popmotion'

Expected behaviour

I took the example here

Either this documentation is not up to date, or there is a bug...

Btw tween and some others are also not working...