Objects are not valid as a React child (found: object with keys {arr}). If you meant to render a collection of children, use an array instead

前端 未结 0 1607
Happy的楠姐
Happy的楠姐 2021-01-15 00:59

searchf.jsx

import emojipedia from "./emojipedia";

function Search(props) {
    var arr = [];
    emojipedia.forEach((element) => {
        var          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题