How to configure cypress/react/plugins/next to DISABLE react-dev-tools #20285
Unanswered
glomotion
asked this question in
Component Testing
Replies: 1 comment
-
I also would love an answer to this question. Currently, it's not Where the number changes. It's a known issue with React Dev Tools: There are many people reporting the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So we're encountering some incredible lag whilst using the
cypress open-ct
test runner locally (even on top spec m1max macbooks). Often it can take the dev tools JS console upwards of 2 minutes to catch up with what is seen inside of the editor.My theory is that this lag is largely due to react-dev-tools running within the page. I was hoping there might be a way to simply disable the react-dev-tools from running, but so far, i have had no luck doing so. :(
Our setup for the component tests is pretty stock standard:
Has anyone been successful in disabling the react-dev-tools?
Beta Was this translation helpful? Give feedback.
All reactions