Solución del login colgado
Some checks failed
/ Deploy to Cloudflare Pages (push) Has been cancelled

This commit is contained in:
2026-06-18 21:33:48 -03:00
parent 0b07fffad9
commit 81a9424f7f
5 changed files with 171 additions and 1 deletions

View File

@@ -724,8 +724,9 @@ export function LibraryPage() {
const { message: toastMessage, show: showToast } = useToast()
useEffect(() => {
if (!user) return // no fetchear hasta tener usuario confirmado (evita race condition con sesión Supabase)
load()
}, [load])
}, [load, user])
function navigateToGroup(groupId: string | null) {
setTransitioning(true)