We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{ currentUser: { user: { id: 12345, username: 'Florf', age: 8 }, error: null, pending: false }, currentBox: { lunchbox: { id: 54321, userId: 12345, protein: 1111, produce: 2222, dairy: 3333, grains: 4444, other: 5555 }, error: null, pending: false }, foods: { produce: [ { id: 2222, name: 'cabbage', categoryId: 1 } ], protein: [], dairy: [], grains: [], other: [] } }
Errors can be strings or null. user, lunchbox, and food categories can be null.
null
user
lunchbox