Open walt1992 opened 3 years ago
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the time to set up the repro, even if exact steps are given.
One thing I've noticed is that you are trying to use our @emotion/babel-plugin@^11
but yet you are using Emotion 10.
I'm not even sure what "the same bug" means here...
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the time to set up the repro, even if exact steps are given (and they are not given here).
@Andarist I have removed my irrelevant comment. Sorry for that
I'm happy to help you if there is some problem - I just need your problem to be reproduced in something that I can look at.
Solutions?
Current behavior:
I apply @emotion/babel-plugin on my react app that is composed with next and typescript
But after that, It shows me error when complied.
To reproduce:
As I mentioned above, my appliction uses nextjs and typescript. Here is my config files.
package.json
babel.config.js
tsconfig.json
Expected behavior:
Environment information:
react
version: ^16.13.1@emotion/core
version: "^10.0.35",@emotion/styled
version: "^10.0.27",