© 2026 Hedgehog Software, LLC
const { data, error, refetch, isPending } = useSession(); console.log("SESSION DATA: ", data); // logs SESSION DATA: null
null