You cannot map an Object like an Array in React. You can try it with Object.entries(obj) and then loop over those key, value pairs and get what you want. Max ...
確定! 回上一頁