fix : handle lichess eval api error
This commit is contained in:
@@ -26,7 +26,7 @@ export const useEngine = (
|
||||
return newEngine;
|
||||
});
|
||||
});
|
||||
}, [engineName]);
|
||||
}, [engineName, workersNb]);
|
||||
|
||||
return engine;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user