Skip to content

Commit 4b56da5

Browse files
authored
Merge pull request #19 from cjroebuck/patch-1
Add a warning about promiseTypeSuffixes
2 parents 4e5a046 + 96f20dd commit 4b56da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ composeStoreWithMiddleware = applyMiddleware(
3636
promiseMiddleware,
3737
)(createStore);
3838
```
39+
NOTE: This library is *not* yet compatible with the `promiseTypeSuffixes` option of `redux-promise-middleware`
3940

4041
## Usage
4142

0 commit comments

Comments
 (0)