Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels