Props for the ErrorStateDisplay component.
interface ErrorStateDisplayProps { authError: boolean; matchDataError: boolean; validMatchesError: boolean;} Copy
interface ErrorStateDisplayProps { authError: boolean; matchDataError: boolean; validMatchesError: boolean;}
Whether authentication is required (user not logged into AniList).
Whether matched manga data is missing.
Whether no approved matches exist for syncing.
Props for the ErrorStateDisplay component.
Source