dequelabs / dequelabs/cauldron
typedef for RadioItem does not allow `value`
Open
bug
low
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
When using `` in a typescript app, and you pass an object with a `value` property typescript will yell.
```js
```
Contributor guide
Research direction
The issue identifies the RadioItem typedef used by RadioGroup; start by locating that type declaration and the RadioGroup entry point. Confirm that radio objects with a value property are accepted by TypeScript without errors, while preserving the existing id and label typing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100