-
### Steps to reproduce
Steps:
1. Open this link to live example: https://codesandbox.io/p/devbox/vite-react-forked-tgv2tj?workspaceId=ab98d85e-d21a-46f5-ab70-5be2562476c1
2. Navigate to the colle…
-
### Current Behavior
Generating a component using @nx/react:component and style set to "tailwind", generates a styled-components template. This causes TS errors in the newly generated component.
…
-
### Link to the code that reproduces this issue
https://github.com/blairmcalpine/styled-components-repro
### To Reproduce
1. Start the application (npm run dev)
2. Visit localhost:3000 and c…
-
I am noticing that in v. 6 that typescript is working when typing in a value at the 3rd level of the theme, but not at the second level.
I have a `styled.d.ts` file with this:
```javascript
import "…
-
-
### Problem: What is happening?
Button component is passing props to html DOM elements that have no effect on UI [1] and are not recognized by the browser as HTML valid attributes [2]
Styled Com…
-
My project does not depend on `styled-components`, however `@craftjs/layers` will depend on it even tho I provide a custom render. The same thing applies to `react-contenteditable`.
https://github.…
-
I just wanted to share whether there would be interest in using [the new](https://github.com/mxstbr/react-boilerplate/issues/1100#issue-182743239) [styled-components](https://styled-components.com/) t…
-
## Package
- app-project
## Describe the bug
Spotted while running the tests for the project app. There's a `useState` hook that appears to run conditionally.
```sh
Component > StandardLayout
Wa…
-
### Context
This is part of the [Convert static-site from Pages Router to App Router](https://github.com/nextstrain/nextstrain.org/issues/1052) work. See there for additional context.
The `/pathog…