You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -244,7 +244,7 @@ function reducer(state, action) {
244
244
}
245
245
```
246
246
247
-
Lisez [Mettre à jour les objets d'un état](/learn/updating-objects-in-state) et [Mettre à jour les tableaux d'un état](/learn/updating-arrays-in-state) pour en apprendre davantage.
247
+
Lisez nos pages [Mettre à jour les objets d'un état](/learn/updating-objects-in-state) et [Mettre à jour les tableaux d'un état](/learn/updating-arrays-in-state) pour en apprendre davantage.
248
248
249
249
</Pitfall>
250
250
@@ -290,7 +290,7 @@ export default function Form() {
290
290
dispatch({
291
291
type: 'changed_name',
292
292
nextName: e.target.value
293
-
});
293
+
});
294
294
}
295
295
296
296
return (
@@ -1060,7 +1060,7 @@ Vous pouvez également utiliser un vérificateur de type statique comme TypeScri
1060
1060
1061
1061
---
1062
1062
1063
-
### J'obtiens l'erreur “Too many re-renders” {/*im-getting-an-error-too-many-re-renders*/}
1063
+
### J'obtiens l'erreur *“Too many re-renders”* {/*im-getting-an-error-too-many-re-renders*/}
0 commit comments