-
When importing components as selectors, we always attempt to generate an import for the component's base class, which causes issues with components that only have dynamic classes based on props.
##…
-
### **Project: E-commerce Store with Cart Functionality**
### **Objective:**
Build a simple e-commerce store with a fully functional cart feature. This project will help students practice using React…
-
Hi all,
I know that this issue has been posted before and the solution was to update the library but I even with the newer version I see that error while by just importing `import 'jest-styled-comp…
-
**User story**
**Preferred solution**
- Manually or using codemods
- Use style objects: https://styled-components.com/docs/advanced#style-objects
**Possible alternatives**
-
When I add styled-components to `shared` and import a component with styled-components from an external package, I get an error: `Uncaught TypeError: Cannot read properties of undefined (reading 'with…
-
## Background
I recently used [styled components](https://styled-components.com/) for the first time, and [it was really nice](https://github.com/datamade/tpc-ihs-noah-map/pull/25/files#diff-233999…
-
### Version
```sh
System:
OS: Windows 10 10.0.19042
CPU: (12) x64 11th Gen Intel(R) Core(TM) i5-11500 @ 2.70GHz
Memory: 15.19 GB / 31.71 GB
Browsers:
Edge: Spartan (44.19041.1266.0)…
-
This might be already addressed, but couldn't find the solution. I am styling simple heading component. I am following two different approach:
**Approach 1:**
```
export const StyledHeading …
-
## Environment
## System:
- OS: macOS 14.1.1
- CPU: (10) arm64 Apple M1 Pro
- Memory: 84.19 MB / 16.00 GB
- Shell: 5.9 - /bin/zsh
## Binaries:
- Node: 20.14.0 - ~/.nvm/versions/nod…
-
**Describe the bug**
Here’s how the CircularProgress component is being loaded:
```python
import reflex as rx
class CircularProgress(rx.Component):
library = "@mui/material@6.1.8"
…