IlanaB / food-allergen-tracker

mobile app to track frequency of common food allergens being fed to baby
GNU General Public License v3.0
0 stars 0 forks source link

Viewing page for the first time causes a client side exeption #23

Open JeanJoblin opened 7 months ago

JeanJoblin commented 7 months ago

We get:

TypeError: Cannot read properties of null (reading #'map')

thrown at line 71 of /app/page.js

JeanJoblin commented 6 months ago

Fixed in prod. Initializing the state as an empty array, then setting it with from within a use effect hook fixes this issue.