-
**Current behavior:**
Have used styled to style the contents of a component. But it is not working.
In the code, have created a small component and styled it to be color red. But its not applying.
…
-
### Steps to reproduce
```tsx
setCompletedPage(str2num(e.target.value))}
onFocus={() => setDraggable(false)}
onBlur={() => {
updateTextbook()
setDraggable(true)
}}
InputProps=…
-
The issue of pinning columns in RTL mode has still not been resolved (#14586). If you install "@mui/x-data-grid-pro": "^7.20.0" cleanly, without remnants from previous versions, the problem persists.…
-
`url()` property needs double-quotes around its argument to work with data urls.
https://github.com/lumihq/purescript-react-basic-emotion/blob/be154d690292054393e71a0ede8d29beb4dce671/src/React/Bas…
-
**Current behavior:**
I have posted issue in https://github.com/expo/expo/issues/23412 and found out that `emotion` actually causes the problem.
Currently, `import {css} from '@emotion/native';`…
-
### Steps to reproduce
Test by visiting the homepage of this minimal Next.js application https://github.com/aleksakojadinovic/pigment-sc-reproduction/
### Current behavior
When using both pigment c…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Link to live example: https://codesandbox.io/…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [x] I have tested the latest version
### Steps to reproduce 🕹
Link to live example: https://codesandbox.io/…
-
[Examples](https://github.com/ariakit/ariakit/blob/main/contributing.md#creating-the-default-example) are the most important part of the project (even more so than the libraries themselves). We will h…
-
@sajari/react-search-ui uses `import ... 'classnames'`, but doesn't list it in its dependencies — I suppose it assumes it can get it by virtue of having it as a dependency of @sajari/react-components.…