Przeglądaj źródła

Disabled exhaustive-deps for ESLint

Steven Fukase 5 lat temu
rodzic
commit
b11709536b

+ 1 - 0
src/client/js/components/Admin/SlackIntegration/CustomBotNonProxySettings.jsx

@@ -30,6 +30,7 @@ const CustomBotNonProxySettings = (props) => {
       }
     }
     fetchData();
+  // eslint-disable-next-line react-hooks/exhaustive-deps
   }, []);
 
   async function updateHandler() {