You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
JallenYan
changed the title
Electron App paused when I use why-did-you-render to detect React-Renderer
Electron App Crashed when I use why-did-you-render to detect React-Renderer
Aug 21, 2024
JallenYan
changed the title
Electron App Crashed when I use why-did-you-render to detect React-Renderer
Electron-App crashed when I use why-did-you-render to detect React-Renderer
Aug 21, 2024
All of sudden app crashed and logs stopped working.
Here is my import code:
`import React from 'react';
if (process.env.NODE_ENV === 'development') {
const whyDidYouRender = require('@welldone-software/why-did-you-render');
whyDidYouRender(React, {
trackAllPureComponents: true,
});
}`
Screenshot
The text was updated successfully, but these errors were encountered: