We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e8f7 commit 7e271e0Copy full SHA for 7e271e0
exercises/04.slots/01.problem.context/slots.tsx
@@ -14,6 +14,6 @@ export function Label(props: React.ComponentProps<'label'>) {
14
}
15
16
export function Input(props: React.ComponentProps<'input'>) {
17
- // 🐨 get the props from useSlotProps for a slot called "label" and apply those to the input
+ // 🐨 get the props from useSlotProps for a slot called "input" and apply those to the input
18
return <input {...props} />
19
0 commit comments