We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cf4e3 commit e954cecCopy full SHA for e954cec
README.md
@@ -70,7 +70,7 @@ export default connect(mapFirebaseToProps)(TodoApp)
70
##### Inject `todos`, `completedTodos`, a function that completes a todo (`completeTodo`) and one that logs in
71
72
```js
73
-const mapFirebaseToProps = (ref, props, { auth }) => ({
+const mapFirebaseToProps = (props, ref, { auth }) => ({
74
todos: 'todos',
75
completedTodos: {
76
path: 'todos',
0 commit comments