Exercise #82: Use State With Undefined
React + TypeScript ยท 03-hooks
Goal

Goal: Type `useState` so the state is `Data | undefined` before fetch resolves.

Run "Check Solution" to validate your code in the browser.