We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d0b5b commit 31ec355Copy full SHA for 31ec355
src/routes/concepts/context.mdx
@@ -24,7 +24,7 @@ This function has a `Provider` property that wraps the component tree you want t
24
```jsx tab title="/context/create.js"
25
import { createContext } from "solid-js";
26
27
-const MyContext = createContext();
+export const MyContext = createContext();
28
```
29
30
```jsx tab title="/context/component.jsx"
0 commit comments