xstyled
xstyled copied to clipboard
A utility-first CSS-in-JS framework built for React. 💅👩🎤⚡️
## 🐛 Bug Report Hooks `useUp` & `useDown` have following type declaration: ```ts declare const useUp: (key: string | number) => boolean; declare const useDown: (key: string | number) =>...
There are a number of redundant props: `bg` vs `backgroundColor`, `maxW` vs `maxWidth`, `maxH` vs `maxHeight` On the surface this doesn't seem like a big deal, but if you're making...
## 🐛 Bug Report In my React application, I have installed: ``` "@xstyled/core": "^3.6.0", "@xstyled/styled-components": "^3.6.0", "styled-components": "^5.3.5" ``` and I got this error: ## To Reproduce Install the same...
## 🐛 Bug Report We recently faced a memory leak on our SSR application after upgrading xstyled from 2.5.0 to 3.6.0. Here are two screenshots of the memory breakdown when...
I think `texts` is the key here not `fontSizes` as `fontSizes` in the `defaultTheme` is not an object like `texts` is. ## Summary Fixing an doc issue with the wrong...
The section is `fonts` in the real file but the section example here used the wrong word. ## Summary Fixing typo ## Test plan none - doc change only
## Summary Current implementation works great for values greater that 7 but for values below 7 the hex alpha value is missing one extra digit. Fixed that by appending a...
## 🐛 Bug Report With `3.6.0` version, some tests with `@testing-library/jest-dom` `toBeVisible()` matcher break: ``` RangeError: Invalid string length at compileSelector (node_modules/nwsapi/src/nwsapi.js:893:56) at compile (node_modules/nwsapi/src/nwsapi.js:753:16) at match_collect (node_modules/nwsapi/src/nwsapi.js:1358:16) at Object._matches...
Now this is a story all about how my life got flipped turned upside down, and I'd like to take a minute just sit right, there, I'll tell you how...
## 🐛 Bug Report A clear and concise description of what the bug is. When using xstyled with nextjs, an error will be caused `TypeError: Cannot convert a Symbol value...