We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd578e commit e83aaeaCopy full SHA for e83aaea
src/content/reference/react/createContext.md
@@ -42,6 +42,7 @@ const ThemeContext = createContext('light');
42
43
* `SomeContext` lets you provide the context value to components.
44
* `SomeContext.Consumer` is an alternative and rarely used way to read the context value.
45
+* `SomeContext.Provider` is a legacy way to provide the context value before React 19.
46
47
---
48
0 commit comments