-
## Version **3.4.6** of **styled-components** was just published.
Branch
Build failing 🚨
Dependency
styled-components
…
-
When using `"type": "module"` in my `package.json`, the styled component import fails with the following error:
```
TypeError: import_tailwind_styled_components.default.button is not a function
…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Description
The Menu Item component is often used …
-
### Describe the Bug
Syntax Highlighting in `.astro` files breaks when a component name starts with lower case.
Example.
![Screenshot 2023-09-03 at 10 50 09 AM](https://github.com/withastro/l…
-
## Version **3.4.0** of **styled-components** was just published.
Branch
Build failing 🚨
Dependency
styled-components
…
-
In our app we are finding that any time a component that uses styled-components has a static property added to it, that component is always included in the bundle even if it's not imported, i.e. tree …
-
### Steps to reproduce
Link to live example: [Sandbox example](https://codesandbox.io/p/sandbox/objective-hooks-l6s7zs?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGr…
-
1. Do you have a usage question?
=============================
Yes
2. Think you found a bug?
=============================
No
3. Do you have a feature request?
=============================…
-
You're testing the button in Checkout dropdown and in Sign In page in the video. However, you didn't open a shop page. Here's where the magic with a button comes.
![snapshot](https://user-images.gith…
-
**The problem**
I would like to have a Next.js 13 `Layout` component (eg. `RootLayout`) that is a Server Component, and have my styling for that layout also stay in Server Components (potential…