RouterLoadContext.get<T>(key: RouterContextKey<T>): T
Reads a key, falling back to the key's defaultValue.
key: RouterContextKey<T>
The context key
The stored value, or the key's defaultValue
RouterLoadContext.get<T>(key: RouterContextKey<T>): T
Reads a key, falling back to the key's defaultValue.
key: RouterContextKey<T>
The context key
The stored value, or the key's defaultValue
import { type RouterLoadContext } from "react-router-plugin/src/index.ts";