Problemunvalidated
orange button appears (in the center) for 1 second and then dissappears — after fetching data and displaying it on the screen. Tension: In default, pizzas length is empty (so I have empty array before fetching data). Outcome: without check of empty length `if (!loading && !pizzas)` everything goes well.
8dbe74ab-2938-428c-b2fa-882d9431f3c7
orange button appears (in the center) for 1 second and then dissappears — after fetching data and displaying it on the screen. Tension: In default, pizzas length is empty (so I have empty array before fetching data). Outcome: without check of empty length if (!loading && !pizzas) everything goes well.