You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UNSTABLE] Change `getLoadContext` signature (`type GetLoadContextFunction`) when `future.unstable_middleware` is enabled so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally
10
+
11
+
- This also removes the `type unstable_InitialContext` export
12
+
- ⚠️ This is a breaking change if you have adopted middleware and are using a custom server with a `getLoadContext` function
[UNSTABLE] Change the `unstable_getContext` signature on `RouterProvider`/`HydratedRouter`/`unstable_RSCHydratedRouter` so that it returns an `unstable_RouterContextProvider` instance instead of a `Map` used to contruct the instance internally
10
+
11
+
- ⚠️ This is a breaking change if you have adopted the `unstable_getContext` prop
0 commit comments