Update backend, DB, Commands, Live Reloading
This commit is contained in:
@@ -66,7 +66,7 @@ export function BackendProvider({ children }) {
|
||||
};
|
||||
|
||||
return () => { try { es && es.close(); } catch (e) {} };
|
||||
}, [process.env.REACT_APP_API_BASE]);
|
||||
}, []); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
const forceCheck = async () => {
|
||||
const API_BASE2 = process.env.REACT_APP_API_BASE || '';
|
||||
|
||||
Reference in New Issue
Block a user