useEffect(() => {
    let timeout: NodeJS.Timeout;
    if (error === true) {
      timeout = setTimeout(() => {
        setError(false);