Skip to content

Commit b4dc9ad

Browse files
committed
Update release notes
1 parent c1e2ece commit b4dc9ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ This release contains the (currently `unstable_`) RSC APIs for use with RSC in D
389389
};
390390
let Stub = createRoutesStub(routes, context);
391391

392-
// If you have opted into middleware, you should now pass an instantiated `unstable_routerContextProvider` instead of a `getContext` factory function.
392+
// If you have opted into middleware, you should now pass an instantiated
393+
// `unstable_routerContextProvider` instead of a `getContext` factory function.
393394
let context = new unstable_RouterContextProvider();
394395
context.set(SomeContext, someValue);
395396
let Stub = createRoutesStub(routes, context);

0 commit comments

Comments
 (0)