Solutionunvalidated
you need to ensure that the `name` attribute of each input matches the keys in your state object — For the `useState` hook to correctly update the state based on input changes. Tension: you're not setting their `name` attribute.
55394dbe-d62b-49d9-9ff8-cd281015207d
you need to ensure that the name attribute of each input matches the keys in your state object — For the useState hook to correctly update the state based on input changes. Tension: you're not setting their name attribute.