redux-pack icon indicating copy to clipboard operation
redux-pack copied to clipboard

Added brackets to createLogger import in README code example

Open ajhool opened this issue 8 years ago • 0 comments

Changed createLogger to { createLogger} because createLogger is not the default module of redux-logger. The previous approach results in a middleware is not a function error.

ajhool avatar Oct 26 '17 21:10 ajhool