-
```
const useStyles = makeStyles((theme) => ({
root: {
'& > *': {
margin: theme.spacing(1),
},
},
}));
function NumberFormatCustom(props) {
const { inputRef, onChange,…
-
### Description
## Error Log
```
./node_modules\@chakra-ui\accordion\dist\chunk-JDQBKIKM.mjs
ReactServerComponentsError:
You're importing a component that needs useState. It only works in a Cli…
-
**Describe the bug**
I am using `react-hook-form@7` with `Material UI` to create a simple form however, there is a weird behavior when setting the mode in `useForm({mode: ".."})` Here is my code snip…
-
# Qwik 0.1 Beta
## Checklist
- [x] All public APIs documented
- [x] Collect and ship all pending breaking changes
- [x] Review and split all APIs between stable and alpha
- [x] Most used APIs a…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Steps to reproduce 🕹
Steps:
1. Use a `useStyles` hook created by `makeSty…
-
### Describe the feature you would like to see added
Improve CSS, so that components are rendered automatically and appropriately for right to left languages. This will require changes in:
- Themes …
-
- [x ] The issue is present in the latest release.
- [ x] I have searched the [issues](https://github.com/mui-org/material-ui/issues) of this repository and believe that this is not a…
-
### Version
Latest 1.4-preview
### OS
Windows
### Platform
Steam
### This bug affects
Mod capability as a Modder
### Description
ModItems must have the following in order for the item to actu…
-
### What package has an issue
@mantine/core
### Describe the bug
The menu feature "close on click outside" works only the first time but then doesn't work as intended
Also when its stuck, …
-
In the code I see that there is a hook called `useResponsiveStyle` but no documentation for it. Can you include a usage example in the README.MD?