We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323b7d8 commit 796e9aeCopy full SHA for 796e9ae
contributors.yml
@@ -312,6 +312,7 @@
312
- szhsin
313
- tanayv
314
- thecode00
315
+- theMosaad
316
- theostavrides
317
- thepedroferrari
318
- thethmuu
packages/react-router/lib/server-runtime/routes.ts
@@ -81,7 +81,7 @@ export function createStaticHandlerDataRoutes(
81
loader: route.module.loader
82
? async (args: RRLoaderFunctionArgs) => {
83
// If we're prerendering, use the data passed in from prerendering
84
- // the .data route so we dom't call loaders twice
+ // the .data route so we don't call loaders twice
85
if (args.request.headers.has("X-React-Router-Prerender-Data")) {
86
const preRenderedData = args.request.headers.get(
87
"X-React-Router-Prerender-Data"
0 commit comments