We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ebfe5 commit eab7cabCopy full SHA for eab7cab
3 files changed
versioned_docs/version-5.x/server-rendering.md
@@ -163,7 +163,7 @@ function NotFound() {
163
const status = React.useContext(StatusCodeContext);
164
165
if (status) {
166
- staus.code = 404;
+ status.code = 404;
167
}
168
169
return (
versioned_docs/version-6.x/server-rendering.md
@@ -161,7 +161,7 @@ function NotFound() {
161
162
versioned_docs/version-7.x/server-rendering.md
@@ -213,7 +213,7 @@ function NotFound() {
213
214
215
216
217
218
219
0 commit comments