Ivan Banov
Ivan Banov
@devongovett is it expected to have this PR merged any time soon? :)
As bizarre as it can sound, I was getting exact the same error because of the name of my file, in the project I have some utils, and one of...
Oh ok, seems like my issue was already reported https://github.com/parcel-bundler/parcel/issues/7669 👌
Actually I double checked and it seems to be happening with all the last cssprops in the style object
Ok one more update, it seems to be connected to the `importMap` configuration as well https://github.com/gregberge/xstyled/issues/286 I removed it and things started partially work, the styles are generated but inject...
Unfortunately, it didn't seem to work for me, I will research a bit more to understand what is going on, I post it here if I find a solution
As a workaround for that Im now using the following ```jsx import styled, { x } from '@xstyled/emotion' const MyComponent = styled(x.div)({ color: 'red', }) ```
is there any expected timeline for a fix for this problem?
I faced the same issue with a pnpm monorepo. It seems to be directly related to this issue https://github.com/microsoft/TypeScript/issues/48212 and seems like it won't go away until it's fixed. I...