You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add FeatureAttribute.DebuggerBrowsable property to exclude features f…
…rom ReduxDevTools serialization (Fixes#541) (#546)
* Exclude features with DebugBrowsable = false
Fix NullReferenceException in ReduxDevTools (#545)
ReduxDevTools could throw a NullReferenceException when a method in the call stack did not have a declaring type (lambas for example).