leoasis / redux-immutable-state-invariant

Redux middleware that detects mutations between and outside redux dispatches. For development use only.
MIT License
937 stars 37 forks source link

Add a logToConsoleOnly option #32

Closed bugzpodder closed 6 years ago

bugzpodder commented 6 years ago

+- logToConsoleOnly bool - Only logs to console.error instead of throwing. This is helpful if the current app is making many undesirable mutations and you plan to fix them gradually.

TryingToImprove commented 6 years ago

What is the state of this PR?