We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28c1a9 commit 0f08b41Copy full SHA for 0f08b41
versioned_docs/version-5.x/redux-integration.md
@@ -48,7 +48,7 @@ const CounterContainer = connect(state => ({ value: state.count }))(Counter);
48
49
### Pass the state you care about as a param to the screen
50
51
-If the value isn't expected to change, you can just pass it from a `connect`ed component to the other screen as a param.
+If the value isn't expected to change, you can just pass it from a connected component to the other screen as a param.
52
53
```js
54
<Button
0 commit comments