1 min readNov 11, 2017
Subsequent to the plain-object feedback, I changed the implementation to reset an action’s prototype to that of {}
— rather than null
. It passes the test that’s discussed in the issue:
action && action.constructor === Object
Thanks for the heads up. Much appreciated.