Alexandr Dascal
Results
2
issues of
Alexandr Dascal
Because in js `typeof null === 'object'` we need additional check, otherwise `Object.entries(args[saneParamName])` will fail with: ``` TypeError: Cannot convert undefined or null to object ```
Calling direct `React.PropTypes` is deprecated, can you update dependences?