@welldone-software/why-did-you-render
Advanced tools
Comparing version 6.0.4 to 6.0.5
/** | ||
* @welldone-software/why-did-you-render 6.0.4 | ||
* @welldone-software/why-did-you-render 6.0.5 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-12-26 | ||
* Generated at 2020-12-30 | ||
*/ | ||
@@ -1433,2 +1433,6 @@ | ||
function whyDidYouRender(React, userOptions) { | ||
if (React.isWDYR) { | ||
return; | ||
} | ||
Object.assign(wdyrStore, { | ||
@@ -1435,0 +1439,0 @@ React: React, |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -5,0 +5,0 @@ "types": "types.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159205
1380