Nextjs13报错Unhandled Runtime ErrorError: React.Children.only expected to receive a single React elem

报错 

Unhandled Runtime Error

Error: React.Children.only expected to receive a single React element child.

发现是这样的 

{item.review_cnt}

Link 里面不能2个分的标签换成这样就行了

{item.review_cnt}

{this.state.data.category_name}

这样也行  Link 里面不能直接包含文字,要加个单独的标签

你可能感兴趣的:(我的碎屑世界,#,SSR,react.js,前端,javascript)