react-click-n-hold
react-click-n-hold copied to clipboard
Update package.json
Fixed issue causing copy of react to launch ontop of running copy.
Run in devtools w/ react developers tools:
REACT_DEVTOOLS_GLOBAL_HOOK.renderers.forEach(r => console.log(${r.rendererPackageName}: ${r.version}
))
VM2846:1 react-dom: 16.13.1 VM2846:1 undefined: undefined
Causes two copies to load, which throws errors in react developer tools for example. Tested with and without this package loaded.
All the best!
Additional info: https://github.com/facebook/react-devtools/issues/813
Confirmed fix is working!