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.12k stars 199 forks source link

Fix package.json peerDependencies entry for "react" with correct OR condition #240

Closed jussikinnula closed 2 years ago

jussikinnula commented 2 years ago

This is just:

    "react": "^16 || ^17 | ^18"

...to:

    "react": "^16 || ^17 || ^18"

Fixes #241

vzaidman commented 2 years ago

released in v7.0.1.