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

Logger for Redux

Results 20 redux-logger issues
Sort by recently updated
recently updated
newest added

[email protected] was causing some unexpected errors and page reloads. related to: https://github.com/evgenyrodionov/redux-logger/issues/273

`redux-logger` is awesome, thanks for making it! ## Issue The existing recipe for [Transform Immutable (with combineReducers)](https://github.com/evgenyrodionov/redux-logger/blob/master/README.md#transform-immutable-with-combinereducers) uses `let` and `var` when `const` should be used, and has an unneeded...

Using native Object.assign was breaking IE support, so I pulled in `babel-plugin-transform-object-assign` to add in a polyfill when necessary. Also the linter was complaining about the quotes around `TRACE` so...

* Upgrade babel preset env, * lock down deep diff dependency * Fix lint error.

This is a similar commit trying to solve IE9 console issue addressed once by #185 Also, the other commit fix a lint issue introduced by #205

Refactors `index.js` to utilize more helper methods and make code more semantic. No changes in logic or naming conventions, just shifting things around. Also, moves early returns to the top...

I use Immutable.js alongside an [Immutable.js Object Formatter Chrome Extension](https://github.com/mattzeunert/immutable-object-formatter-extension), and it would be great to be able to use a custom differ instead of needing to convert everything via...

Allow diff collapsed and prefilter (deep-diff) --- This change is [](https://reviewable.io/reviews/evgenyrodionov/redux-logger/222)

The current v4 version already supports the ES module, so in order for webpack packaging to work properly for treeshaking, you should mark the sideEffects here.