map (item => (<span>{item.name}</span>))} </div> )} </div> ) } export default MyComponent;. So essentially we tell the component that when it ...
確定! 回上一頁