-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Usage of css prop broken in 1.13.2 #352
Comments
@jbanulso could you try |
@probablyup I had a workaround for my original problem that used to work, but not anymore. My
So, to sum up, these are the use cases that are broken:
|
@jbanulso Interesting, we have tests for all of those scenarios. What sort of build setup do you have? |
Latest versions of Webpack 5 and Babel 7. [email protected] |
And in case it's worth mentioning it, the particular third-party component I've experienced these problems with is the |
Hi,
Upgrading this library from v1.12.0 to v1.13.2 is breaking my app builds. I've pinned it down to a specific component that it's using the
css
prop as follows:For the record, the issue still happens when using an HTML tag (i.e.
div
) instead of a customThirdPartyComponent
.Is this a bug or is it intended behaviour after the upgrade?
Note: I'm building my application with the latest versions of Webpack 5 and Babel 7, and using [email protected]
The text was updated successfully, but these errors were encountered: