Skip to content

Commit 57990a0

Browse files
author
Scott Prue
committed
v1.4.6
* Correctly unset multiple queries to the same base path - #234, #235 * Fix peer dependency warning from `eslint-config-standard` (updated `eslint-plugin-standard` to 3.0.1) * Define initialState in example within Readme - #233
1 parent 48c677d commit 57990a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const createStoreWithFirebase = compose(
8383
)(createStore)
8484

8585
// Create store with reducers and initial state
86+
const initialState = {}
8687
const store = createStoreWithFirebase(rootReducer, initialState)
8788
```
8889

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"eslint-plugin-node": "^4.2.2",
7373
"eslint-plugin-promise": "^3.5.0",
7474
"eslint-plugin-react": "^6.10.3",
75-
"eslint-plugin-standard": "^2.2.0",
75+
"eslint-plugin-standard": "^3.0.1",
7676
"gitbook-cli": "^2.3.0",
7777
"istanbul": "^1.1.0-alpha.1",
7878
"jsdom": "^9.12.0",

0 commit comments

Comments
 (0)