Posts by Aline Marques • 15 points
2 posts
-
-1
votes1
answer3720
viewsQ: Objects are not Valid as a React Child (found: Object with Keys {price, item}). If you Meant to render a Collection of Children, use an array Instead
I have a page (hall) where orders with the customer’s name, table number and chosen items, are sent to firebase and I need to pick up these orders and show on another page(Kitchen). Part of the hall…
-
-1
votes1
answer124
viewsQ: How to take position 1 of the array and add?
I am building a menu screen, currently I have an array of items and prices that the user selects. I’m showing them on the screen normally. But I need to capture the price of each item, and in the…