We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096a70 commit 8669c3dCopy full SHA for 8669c3d
1 file changed
src/components/Layout/HomeContent.js
@@ -1171,7 +1171,7 @@ async function Talks({ confId }) {
1171
</CodeBlock>
1172
}
1173
right={
1174
- <NavContext.Provider value={{slug, navigate}}>
+ <NavContext value={{slug, navigate}}>
1175
<BrowserChrome
1176
domain="example.com"
1177
path={'confs/' + slug}
@@ -1191,7 +1191,7 @@ async function Talks({ confId }) {
1191
</Suspense>
1192
</ExamplePanel>
1193
</BrowserChrome>
1194
- </NavContext.Provider>
+ </NavContext>
1195
1196
/>
1197
);
0 commit comments