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
Creates a type-safe [`unstable_RouterContext`](https://api.reactrouter.com/v7/interfaces/react_router.unstable_RouterContext.html) object that can be used to
25
+
Creates a type-safe [`RouterContext`](https://api.reactrouter.com/v7/interfaces/react_router.RouterContext.html) object that can be used to
34
26
store and retrieve arbitrary values in [`action`](../../start/framework/route-module#action)s,
35
27
[`loader`](../../start/framework/route-module#loader)s, and [middleware](../../how-to/middleware).
36
28
Similar to React's [`createContext`](https://react.dev/reference/react/createContext),
@@ -41,11 +33,11 @@ when no value has been set for the context. Otherwise, reading this context
0 commit comments