DEV Community

Discussion on: Mocking framer-motion v4

Collapse
 
tmikeschu profile image
Mike Schutte

That is indeed strange. Which comment do you removes that produces this error?

Collapse
 
jayantbh profile image
Jayant Bhawal

Ah, sorry about having commented and basically causing a bit of spam.

Turns out I was facing that issue due to something completely unrelated. No idea why removing comments was causing the issue, but, it is what it is.

Removing any ts-ignore or eslint comment caused the issue.

My fix was to use "module": "commonjs" instead of "esnext" in my tsconfig.test.json.