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
Copy file name to clipboardExpand all lines: src/content/learn/state-a-components-memory.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Spesso i componenti devono modificare ciò che c'è sullo schermo in seguito a u
17
17
18
18
</YouWillLearn>
19
19
20
-
## Quando una variabile regolare non è sufficiente {/*when-a-regular-variable-isnt-enough*/}
20
+
## Quando una variabile normale non è sufficiente {/*when-a-regular-variable-isnt-enough*/}
21
21
22
22
Ecco un componente che renderizza l'immagine di una scultura. Cliccare sul pulsante "Next" dovrebbe mostrare la scultura successiva, modificando l'`index` a `1`, poi `2`, e così via. Tuttavia, questo **non funzionerà** (puoi provare!):
0 commit comments