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
I am glad that this fix was merged(#1075), but it seems to be not perfect.
isPlainObject(Object.create(null))=>true,
isPlainObject(Object.create({}))=>false???.
This is correct in redux's "isPlainObject" function.
This is my PR:https://github.com/reduxjs/react-redux/pull/1005/files
The text was updated successfully, but these errors were encountered:
I am glad that this fix was merged(#1075), but it seems to be not perfect.

isPlainObject(Object.create(null))=>true,
isPlainObject(Object.create({}))=>false???.
This is correct in redux's "isPlainObject" function.
This is my PR:https://github.com/reduxjs/react-redux/pull/1005/files
The text was updated successfully, but these errors were encountered: