Open joerozek opened 9 years ago
Wrong object being passed into isPublic. This is causing isPublic to return false for public routes. When you are not logged in this means the current user promise never resolves and the state's resolve object never fully resolve.
Wrong object being passed into isPublic. This is causing isPublic to return false for public routes. When you are not logged in this means the current user promise never resolves and the state's resolve object never fully resolve.