-
related: #775
### Description
Enhance test coverage for components with less than 80% coverage to meet or exceed 80%.
### Problem Statement/Justification
Testing is essential to ensure quality…
-
related: #775
### Description
Enhance test coverage for components with less than 80% coverage to meet or exceed 80%.
### Problem Statement/Justification
Testing is essential to ensure quality…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.7
### Description
Integrate `omitObject` handling with `omitThemeProps`.
```diff
const {
className,
withFooter = fals…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.7
### Description
```diff
let {
fallback,
src,
srcSet,
loading,
ignoreFallback,
crossOrigin,
…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.0
### Description
Currently, styling values in components ignore theme tokens. If a theme is applied, you should use the t…
-
related: #775
### Description
Enhance test coverage for components with less than 80% coverage to meet or exceed 80%.
### Problem Statement/Justification
Testing is essential to ensure quality…
-
### どのパッケージに問題がありますか?
@yamada-ui/react
### パッケージのバージョン
1.2.11
### 概要
when I try command `pnpm gen:token`, command not found.
in package.json, I found command `gen:tokens`. document sh…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.4
### Description
There should be only one `main` tag in a document.
https://html.spec.whatwg.org/multipage/g…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.0
### Description
Currently, styling values in components ignore theme tokens. If a theme is applied, you should…
-
### Which package has an issue?
@yamada-ui/react
### Package Version
1.3.7
### Description
`pickObject` is done 4 times in `useCheckbox`. This should be assigned to a variable and reuse…