Next.js Compile error, property undefiend

后端 未结 0 647
忘掉有多难
忘掉有多难 2020-12-02 01:41

So there is a indexpage with componenets, listing ads.

const App = ({ads}) => (
  { (ads.items===undefined) ? <> :  ads.items.map(item =>         


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