RootCauseunvalidated
you're not setting their `name` attribute, which is essential for the `handleChange` function to update the state correctly. Tension: the `id` attribute in your `` and `` components. Outcome: you need to ensure that the `name` attribute of each input matches the keys in your state object.
6dbdb57a-6355-4c77-8d21-353c9026ffc4
you're not setting their name attribute, which is essential for the handleChange function to update the state correctly. Tension: the id attribute in your and components. Outcome: you need to ensure that the name attribute of each input matches the keys in your state object.