You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nutrition search input in CalorieScreen.jsx calls the search API on every character typed. With slow connections this creates a queue of 10+ concurrent requests.
The nutrition search input in CalorieScreen.jsx calls the search API on every character typed. With slow connections this creates a queue of 10+ concurrent requests.