if (isLoading) {
    if (timedOut) {
      return <div>Loader timed out!</div>;
    }