-
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption_two
- **Exception Type:** AssertionError
- **Exception Message:**
## Stack Trace
```
File "D:\Ai\换脸\ComfyUI_windows_por…
-
### Related page
https://mui.com/joy-ui/customization/themed-components/
### Kind of issue
Missing information
### Issue description
I would assume that changing `backgroundColor` of a …
-
### 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/p/sandbox…
-
### Steps to reproduce 🕹
The following should work
```ts
// values accepts const and value has correct type
useAutocomplete({
options: ['1', '2', '3'] as const,
multiple: true,
…
-
### Steps to reproduce
Link to live example: (required) https://stackblitz.com/edit/vitejs-vite-p6sbgy
A very small detail but it makes people uncomfortable
Steps:
1.
2.
3.
### Current behavi…
rirh updated
3 months ago
-
### Tested versions
Reproducible in:
v4.3.stable.official.77dcf97d8
v4.2.2.stable.official.15073afe3
### System information
MXLinux 23.3; 6.1.0-11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4 (20…
-
### 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
### Summary 💡
Will be great if `RadioGroup` component could accept `disabled` pr…
-
### Steps to reproduce
Link to live example: https://stackblitz.com/edit/github-9jgg4d?file=src%2Findex.tsx
Steps:
1. Inspect each of the size variants of the components button and input.
2. …
-
Im trying to embed Joy-UI components into HTML page with
```
:root {
font-size: 62.5%;
}
```
The UI looks small and unreadable.
I increased default theme with bigger fontSize and lineHeight,…