Any alternate way or workaround ?
i fix using below command.
npm install --save-dev [email protected] Resolved the issue
This was broken in latest release v3.5.0. Roll back to v3.4.3 and everything should be fine.
Hi all 馃憢 Sorry for the trouble 馃槮
I believe this was something I broke when upgrading the React DevTools project's Babel and Webpack versions in https://github.com/facebook/react-devtools/pull/1235, and we're just now encountering it because we haven't released the react-devtools-core package since then.
I just published react-devtools-core v3.5.1. Can anyone let me know if this resolves the issue? (I'm unable to repro the original reported issue so it's hard for me to verify the fix.)
Someone on the other thread (https://github.com/facebook/react-native/issues/22863) reported that the 3.5.1 release has fixed their problem, so I'm going to close this issue for now!
@bvaughn It's working now :+1:
Most helpful comment
i fix using below command.
npm install --save-dev [email protected] Resolved the issue