Solutionunvalidated
Define a state type that includes the empty/partial initial shape (e.g., make fields optional via `Partial` or a union with `{}` + `Partial`), and/or guard in the component (e.g., render only when required fields are present) before destructuring.
0d7b6863-e5c3-4fad-bfed-f970edeeb51a
Define a state type that includes the empty/partial initial shape (e.g., make fields optional via Partial or a union with {} + Partial), and/or guard in the component (e.g., render only when required fields are present) before destructuring.