welldone-software / why-did-you-render

why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)
https://www.npmjs.com/package/@welldone-software/why-did-you-render
MIT License
11.2k stars 201 forks source link

Set defaultProps only when it's present in the original #299

Closed Hypnosphi closed 5 months ago

Hypnosphi commented 5 months ago

Fixes #286

Hypnosphi commented 5 months ago

Sorry, it turned out that this wasn't the core issue. There's no warning when defaultProps === undefined anyway