Skip to content

Commit f60fe64

Browse files
committed
Fix rsc test
1 parent b31a724 commit f60fe64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/rsc/rsc-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ implementations.forEach((implementation) => {
489489

490490
"src/routes/root.tsx": js`
491491
import { Links, Outlet, ScrollRestoration } from "react-router";
492-
493-
export const unstable_middleware = [
492+
493+
export const middleware = [
494494
async (_, next) => {
495495
const response = await next();
496496
return response.headers.set("x-test", "test");

0 commit comments

Comments
 (0)