-
### Is your feature request related to a problem?
I'm using `ToggleGroup`, where `ToggleGroup.Item` are represented as buttons, `onValueChange$` I'm updating the URL (pathname and searchParams) and n…
-
When there are multiple snapshots in the same test, jest-styled-components only works for the first snapshot in the test.
Please see the following minimal example:
**TestJestStyledComponents.jsx…
-
Make sure that there is a prettily styled version of all the components created. While it has been done for some of the solutions, it hasn't been done for all of them. This would help users know that …
-
## Reproduction
### Steps to reproduce
https://codesandbox.io/p/sandbox/wizardly-kapitsa-nxcwtz?file=%2Fsrc%2FApp.tsx%3A22%2C39
### Expected Behavior
No TS errors.
### Actual Behavior
…
-
First problem was at `yarn dev` stage after installing packages
```
ERROR in ./redux/rsf.js
Module not found: Error: Can't resolve 'redux-saga-firebase' in '/Users/alexey.lukin/proj/redux-saga-fi…
-
**Problem**
When using the asset system to add CSS, the styling is loaded later than when using `Doxus.toml` and results in the components being unstyled at first.
**Steps To Reproduce**
Step…
-
I miss the map with all the existing properties in React Native and the equivalent in Styled Components.
This would be very useful for both beginners and consultants alike.
A simple table with a…
-
Hey. Thanks again for the awesome work here. I noticed that when I do:
```
import styled from 'vue-styled-components';
var MyInput = styled.input``;
export default {
components: {
…
-
I'm not able to install using `elm-package install styled-components/elm-styled`.
If I try that I'm getting this error:
```
Error: Could not find any packages named styled-components/elm-styled.…
-
It appears that this doesn't provide support for wrapping styled components with a theme provider component provided by styled-components, is that correct?
Great work on this, works very well so fa…