-
## The dependency [styled-components](https://github.com/styled-components/styled-components) was updated from `4.4.0` to `4.4.1`.
🚨 [View failing branch](https://github.com/siristechnology/siris-te…
-
## Version **3.4.6** of **styled-components** was just published.
Branch
Build failing 🚨
Dependency
styled-components
…
-
### Current Behavior
Following [the official tutorial](https://nx.dev/getting-started/tutorials/package-based-repo-tutorial) if we create a `package-based` monorepo with `create-nx-workspace` the s…
-
Really wanting to use version 4.0.
Pre 4.0, I used the package in the following way with styled components:
File `component.style.ts`
```
import styled from 'styled-components/native'
import tw from…
-
I tried changing the styled component of the NavText, changing it's color doesn't do anything at all.
But for some some reason passing a style object to the style prop works fine
```js
const Te…
-
I want to style some component like `NavText` isolated(just it) using `styled-components`, but how can I do it ?
I tryed to do something Like this:
```jsx
// styles.js
import styled from "style…
-
### Describe the bug
When trying to use Material UI I am graced with the following error:
styled_default is not a function.
derived from this code segment in MUI
createStyledComponent: s…
-
- Don't forget about adding little bits to your readme as you go. Otherwise it can be useful to make sure that you take notes as you go so that you can put them all together
- Global styles: styled c…
-
Given this component:
```javascript
// StickyDiv/index.js
import styled from 'styled-components';
const StickyDiv = styled.div`
@media screen {
@supports (position: sticky) {
posi…
-
I've just updated styled components to v5 and jest-styled-components to v7 and now any test that calls on `toHaveStyleRule` fails with the error `No style rules found on passed Component`.
Example …