意外令牌,预期"..."



我得到了错误:Unexpected token, expected "..."

我使用react unstatements

我代码:

return (
<Subscribe to {[ChatContainer]}>
{chatProvider => (
<>
Hello World
</>
)
}
</Subscribe>
)

我可以找到expected ";"的解决方案,但不能为这个。

你忘了把=放在toprop和它的值之间

相关内容

  • 没有找到相关文章