1Check your premises
The hardest bugs to fix are the ones where your underlying assumption is wrong. 'The API is definitely returning an Array' — you spend 3 hours debugging React. Finally, you check the Network tab, and the API is returning an Object. NEVER assume. Verify every step of the data pipeline.
