Exercise #89: Tuple Return Type
React + TypeScript ยท 06-advanced-hooks
Goal

Goal: Ensure the hook returns a fixed-length tuple so destructuring preserves the correct types.

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