意外的令牌,预期的“...”

Unexpected token, expected "..."

我收到错误:Unexpected token, expected "..."

我使用未说明的反应。

我的代码:

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

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

您忘记在 to 属性和它的值之间添加 =