@@ -131,8 +131,7 @@ customHook.ts:20:8 lint/correctness/useExhaustiveDependencies ━━━━━━
131131 22 │ useMyEffect(() => {
132132
133133 i Biome can ' t statically verify whether you' ve passed the correct dependencies .
134-
135- i Replace with an array literal and list your dependencies within it .
134+ Replace the argument with an array literal and list your dependencies within it .
136135
137136
138137` ` `
@@ -150,8 +149,7 @@ customHook.ts:34:20 lint/correctness/useExhaustiveDependencies ━━━━━
150149 36 │ } );
151150
152151 i Biome can't statically verify whether you've passed the correct dependencies.
153-
154- i Replace with an array literal and list your dependencies within it.
152+ Replace the argument with an array literal and list your dependencies within it.
155153
156154
157155` ` `
@@ -172,8 +170,7 @@ customHook.ts:38:20 lint/correctness/useExhaustiveDependencies ━━━━━
172170 42 │
173171
174172 i Biome can't statically verify whether you've passed the correct dependencies.
175-
176- i Replace with an array literal and list your dependencies within it.
173+ Replace the argument with an array literal and list your dependencies within it.
177174
178175
179176` ` `
@@ -287,8 +284,7 @@ customHook.ts:50:39 lint/correctness/useExhaustiveDependencies ━━━━━
287284 52 │ });
288285
289286 i Biome can ' t statically verify whether you' ve passed the correct dependencies .
290-
291- i Replace with an array literal and list your dependencies within it .
287+ Replace the argument with an array literal and list your dependencies within it .
292288
293289
294290` ` `
@@ -470,8 +466,7 @@ customHook.ts:67:17 lint/correctness/useExhaustiveDependencies ━━━━━
470466 69 │ });
471467
472468 i Biome can ' t statically verify whether you' ve passed the correct dependencies .
473-
474- i Replace with an array literal and list your dependencies within it .
469+ Replace the argument with an array literal and list your dependencies within it .
475470
476471
477472` ` `
@@ -524,8 +519,7 @@ customHook.ts:74:17 lint/correctness/useExhaustiveDependencies ━━━━━
524519 78 │
525520
526521 i Biome can't statically verify whether you've passed the correct dependencies.
527-
528- i Replace with an array literal and list your dependencies within it.
522+ Replace the argument with an array literal and list your dependencies within it.
529523
530524
531525` ` `
0 commit comments