@@ -33,6 +33,5 @@ module.exports = {
],
// eslint-plugin-import rules
'import/no-unresolved': [2, { ignore: ['^@'] }], // ignore @alias/..., @commons/..., ...
- "react-hooks/exhaustive-deps": 'off', // useEffect() second argument error fix
},
};
@@ -31,7 +31,7 @@ const CustomBotNonProxySettings = (props) => {
}
fetchData();
- }, []);
+ }, [appContainer.apiv3]);
async function updateHandler() {
try {