mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-02 15:27:06 +02:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -24,9 +24,9 @@ export function useGrpcRequestActions() {
|
||||
},
|
||||
});
|
||||
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: none
|
||||
const actions = useMemo(() => {
|
||||
return actionsResult.data ?? [];
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [JSON.stringify(actionsResult.data)]);
|
||||
|
||||
return actions;
|
||||
|
||||
Reference in New Issue
Block a user