Реактовские варнинги на странице холодильника и истории
Created by: ZzDmitry
Страница холодильника, открываем, обновляем:
index.js:1446 Warning: Failed prop type: Invalid prop `transactions` of type `object` supplied to `FridgePage`, expected an array.
Страница истории, открываем под админом:
index.js:1446 Warning: Failed prop type: Invalid prop `transactions` of type `object` supplied to `ConsumptionsPageAdmin`, expected an array.
index.js:1446 Warning: Failed prop type: The prop `selectedUserId` is marked as required in `ConsumptionsPageAdmin`, but its value is `null`.
index.js:1446 Warning: Failed prop type: The prop `selectedMealId` is marked as required in `ConsumptionsPageAdmin`, but its value is `null`.
index.js:1446 Warning: Failed prop type: The prop `selectedUser` is marked as required in `UsersDropdown`, but its value is `null`.
Там же, выбирая пользвателя, у которого есть съеденое:
Warning: Failed prop type: Invalid prop `data[0].price` of type `number` supplied to `Transactions`, expected `string`.