Ilya Zolotov
Results
2
issues of
Ilya Zolotov
Any way to output it to the page will help to develop the dynamic solution. Thank you,
I can disable react-devtools with code like this: ``` for (const prop in window.__REACT_DEVTOOLS_GLOBAL_HOOK__) { window.__REACT_DEVTOOLS_GLOBAL_HOOK__[prop] = isFunction( window.__REACT_DEVTOOLS_GLOBAL_HOOK__[prop] ) ? () => () : null; } ``` Do you...
question