We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567b522 commit 6f29033Copy full SHA for 6f29033
1 file changed
src/overview/relation/reactjs.md
@@ -82,7 +82,7 @@ package com.business.components {
82
83
The state's initializer represents the state's initial value.
84
85
-Like React.js, there is no transitive detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
+Like React.js, there is no transitive detection of mutation methods; therefore, the following is necessary over an array `.push(v)`:
86
87
```
88
x = [...x, v];
0 commit comments