Skip to content

Commit 4578a37

Browse files
authored
docs(fix): missing populate in import statement from jboxman/patch-1
docs(fix): missing populate in import statement
2 parents eea7ddf + fe9cc23 commit 4578a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/populate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A basic implementation can look like so:
88
```javascript
99
import { compose } from 'redux'
1010
import { connect } from 'react-redux'
11-
import { firebaseConnect } from 'react-redux-firebase'
11+
import { firebaseConnect, populate } from 'react-redux-firebase'
1212

1313
const populates = [
1414
{ child: 'owner', root: 'users' } // replace owner with user object

0 commit comments

Comments
 (0)