Internet explorer doesn't support Function.prototype.name, which
causes src/utils.js to throw errors when trying to get a display name.
To fix this, we take inspiration from
react-redux
and use an empty string as the third option in our or clause.
@danielma Oops. I have already fixed this in master before I saw your Pull Request. I'm going to close this, since the functionality is already fixed 😄
Internet explorer doesn't support
Function.prototype.name
, which causessrc/utils.js
to throw errors when trying to get a display name. To fix this, we take inspiration from react-redux and use an empty string as the third option in our or clause.Fix #1