Problemunvalidated
If I remove `Header`, `Body` renders only once. — If I increase the `setTimeout` duration (e.g., from `250ms` to `1000ms`), `Body` also renders only once. Tension: The issue occurs specifically when the `setTimeout` duration is close to the API fetch duration.
ed5fcd5f-c2fa-4a11-aa85-1f3805e6959b
If I remove Header, Body renders only once. — If I increase the setTimeout duration (e.g., from 250ms to 1000ms), Body also renders only once. Tension: The issue occurs specifically when the setTimeout duration is close to the API fetch duration.