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 c1e2ece commit b4dc9adCopy full SHA for b4dc9ad
CHANGELOG.md
@@ -389,7 +389,8 @@ This release contains the (currently `unstable_`) RSC APIs for use with RSC in D
389
};
390
let Stub = createRoutesStub(routes, context);
391
392
- // If you have opted into middleware, you should now pass an instantiated `unstable_routerContextProvider` instead of a `getContext` factory function.
+ // If you have opted into middleware, you should now pass an instantiated
393
+ // `unstable_routerContextProvider` instead of a `getContext` factory function.
394
let context = new unstable_RouterContextProvider();
395
context.set(SomeContext, someValue);
396
0 commit comments