Replies: 2 comments 1 reply
-
Chrome DevTools with Extension Reloader if you want to avoid the hassle of manually disabling/enabling extensions. |
Beta Was this translation helpful? Give feedback.
-
🎉I finally got the ✨Full demo ▶ exampleThe following instruction works just fine and i can finally profile my app, so enjoy 😎
if (target.hasOwnProperty('__REACT_DEVTOOLS_GLOBAL_HOOK__')) {
return null;
}
BonusMake it automatic!
"react-devtools:patch": "patch-package --error-on-fail",
"react-devtools:unpatch": "patch-package --reverse --error-on-fail" For a fully working demo with pach and unpatch integrateg scripts see ✨Full demo NotesThe root cause is probably something like the react-refresh |
Beta Was this translation helpful? Give feedback.
-
React Developer Tools is only for react website, but not for chrome extenstions build with crxjs, does anyone knows solution?
Beta Was this translation helpful? Give feedback.
All reactions