chore: disable render tracking

This commit is contained in:
Sebastian.Bor 2021-04-24 13:24:47 +01:00
parent 6394bf7a88
commit 10ae7359da
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ import React from 'react';
if (process.env.NODE_ENV === 'development') {
const whyDidYouRender = require('@welldone-software/why-did-you-render');
whyDidYouRender(React, {
trackAllPureComponents: true,
trackAllPureComponents: false,
});
}