let a=50, b=150;
let elements= [ { data: { id: 'root ', label: 'SANIANJUM' }, position: { x: a, y: b } }, ]; let username = "SANIANJUM";
elements.push({ data: { id: 'two', label: 'Node 2' }, position: { x: 150, y: 100 } },)
elements.push({ data: { source: 'one', target: 'two', label: 'Edge from Node1 to Node2' } },);
//无法推入到我的元素数组![使用async在此处提取数据][2] [2]:https://i.stack.imgur.com/R3R7O.png
1条答案
按热度按时间gblwokeq1#
当我们忘记从函数返回值时,会出现React.js错误“预期的是赋值或函数调用,而看到的是表达式”。要解决此错误,请确保显式使用return语句或使用箭头函数隐式返回。