We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b6e0e commit 7fd0417Copy full SHA for 7fd0417
1 file changed
src/pages/errors/[errorCode].tsx
@@ -26,7 +26,7 @@ export default function ErrorDecoderPage({
26
);
27
28
return (
29
- <ErrorDecoderContext.Provider value={{errorMessage, errorCode}}>
+ <ErrorDecoderContext value={{errorMessage, errorCode}}>
30
<Page
31
toc={[]}
32
meta={{
@@ -48,7 +48,7 @@ export default function ErrorDecoderPage({
48
<ErrorDecoder />
49
</MaxWidth> */}
50
</Page>
51
- </ErrorDecoderContext.Provider>
+ </ErrorDecoderContext>
52
53
}
54
0 commit comments