w6fux5

Results 2 issues of w6fux5

lib/auth.tsx `import { loginWithEmailAndPassword, ... } from '@/features/auth';` features/auth/components/LoginForm.tsx `import { useAuth } from '@/lib/auth';` Wouldn't this Dependency cycle?

useAuth returned type is unknown, any solution?