updated remix integration docs

This commit is contained in:
dswbx
2025-02-19 14:28:22 +01:00
parent ee7dcd44f4
commit b436758fe6
2 changed files with 55 additions and 38 deletions

View File

@@ -31,9 +31,6 @@ export const loader = async (args: LoaderFunctionArgs) => {
export default function App() {
const data = useLoaderData<typeof loader>();
// add user to the client provider to indicate
// that you're authed using cookie
return (
<ClientProvider user={data.user}>
<Outlet context={data} />