mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Switch to BiomeJS (#306)
This commit is contained in:
@@ -65,6 +65,6 @@ export function useFastMutation<TData = unknown, TError = unknown, TVariables =
|
||||
) {
|
||||
return useMemo(() => {
|
||||
return createFastMutation(defaultArgs);
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
// biome-ignore lint/correctness/useExhaustiveDependencies: Force it!
|
||||
}, defaultArgs.mutationKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user