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/overview/relation/reactjs.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
@@ -60,7 +60,7 @@ Interpolating attributes uses `{ object }` and not `{ ...object }` and must appe
60
60
61
61
## Preventing outdated captures
62
62
63
-
As in React.js, it is rarely possible to accidentally capture the outdated value of a state in nested functions. To prevent this, it is a common pratice to declare a store that reflects the state's current value, as the following component demonstrates.
63
+
As in React.js, in Jet+Fuse it is rarely possible to accidentally capture the outdated value of a state in nested functions. To prevent this, it is a common pratice to declare a store that reflects the state's current value, as the following component demonstrates.
0 commit comments