-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
👩👧👦communityFeedbackFeedback from communityFeedback from community
Description
Which generators are impacted?
- All
- HTML
- React
- Angular
- Vue
- Web components
- Power Apps
Reproduction case
Used package:
"@db-ux/react-core-components": "2.1.1"
<DBSelect
label="Test"
value="1"
options={[{ label: '1', value: '1' }, { label: '2', value: '2' }]}
showLabel={false}
/>
Result in console:
Each child in a list should have a unique "key" prop.
Check the render method of `ForwardRef(DBSelectFn)`. See https://react.dev/link/warning-keys for more information.
Expected Behaviour
No console output
Browser version
Edge
Add any other context about the problem here.
<option |
The key seems to be missing here.
mfranzke
Metadata
Metadata
Assignees
Labels
👩👧👦communityFeedbackFeedback from communityFeedback from community
Type
Projects
Status
✅ Done