Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron-App crashed when I use why-did-you-render to detect React-Renderer #304

Open
JallenYan opened this issue Aug 21, 2024 · 0 comments

Comments

@JallenYan
Copy link

JallenYan commented 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
image

@JallenYan 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant