We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31a724 commit f60fe64Copy full SHA for f60fe64
integration/rsc/rsc-test.ts
@@ -489,8 +489,8 @@ implementations.forEach((implementation) => {
489
490
"src/routes/root.tsx": js`
491
import { Links, Outlet, ScrollRestoration } from "react-router";
492
-
493
- export const unstable_middleware = [
+
+ export const middleware = [
494
async (_, next) => {
495
const response = await next();
496
return response.headers.set("x-test", "test");
0 commit comments