-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
@emotion/serialize/types/index.ts TS2411: error #3136
Comments
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. |
Hey, I'm seeing the same thing! I've got a repro repo over here for you, Andarist EDIT: I'm seeing this error after updating my project's |
This is causing the issue - frenic/csstype#189 |
Having the same issue as well |
I'm seeing the same thing in my builds now too. Any idea when the fix will be released? |
I have the same error in my repository, I saw a pull request for csstype in range, when is it accepted? |
… to change in `csstype` (issue emotion-js#3136)
I have the same issue! |
Same issue here. |
1 similar comment
Same issue here. |
I was experiencing the same issue, and it was resolved by setting the skipLibCheck property to true within the compilerOptions in the tsconfig file. |
same issue here |
@kauan-carvalho-code Thanks. In my case, my IDE(webstorm) worked too slowly to keep coding. |
same issue |
I tried doing that for my builds and it still fails |
I'm pretty sure it's cuz We have |
If anyone is looking for a workaround I used the solution in this comment pinning csstype to 3.1.2 for now. frenic/csstype#189 (comment) |
Fixed by #3141 |
Current behavior:
TypeScript compiler throws numerous errors related to
CSSInterpolation
:Using TS version 5.3.2
Not sure what changed but suddenly index.d.ts appered under node_modules/@emotion/serialize/types even though we have been using same version 1.1.2 all the time (or actually it's dependency of react-select)
└─┬ react-select@5.7.2
└─┬ @emotion/react@11.11.1
├─┬ @emotion/babel-plugin@11.11.0
│ └── @emotion/serialize@1.1.2 deduped
└── @emotion/serialize@1.1.2
The text was updated successfully, but these errors were encountered: