()
| 24 | * Utility used to get the client hints for the current users browser. |
| 25 | * */ |
| 26 | export function useHints() { |
| 27 | const requestInfo = useRouteLoaderData<Route.ComponentProps["loaderData"]>("root") |
| 28 | return requestInfo?.hints |
| 29 | } |
| 30 | /** |
| 31 | * Utility component used to check the client hints on the client and send them to the server. |
| 32 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…