1

コードサンドボックスでこの React Context の例を実行しようとしていますが、次のエラーが発生します。

Invariant Violation

Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.

Check the render method of `MyProvider`.

私は React を 16.3 に設定しており、コード自体はこの Wes Bos の例から直接引き出されました。コードを何度も見直しましたが、問題はありません。私が理解していないcodesandboxを使用したコンテキスト設定でしょうか?

4

1 に答える 1