React Native Debugger app version: 0.8.1
React Native version: 0.58.0-rc.0
Platform: iOS
Is real device of platform: No
Operating System: macOS
Only in Debug JS Remotely with react-native-debuggershows error in console:
Uncaught (in promise) TypeError: Iterator value v is not an entry object
at new Map (native)
at file:///Applications/React%20Native%20Debugger.app/Contents/Resources/app.asar/js/bundle.js:9:8029
at <anonymous>
in case debugging in chrome browser works as expected
steps to reproduce:
react-native init testDebuggerIssueyarn upgrade [email protected]react-native run-iosreact-native-debuggerDebug JS Remotelyin emulatorGot the same error with 0.58.0-rc.1
Version 0.8.2 still doesn't work with react 0.58
We have the same issue with latest version of Expo. Moreover, the app won't open with the remote debugger enabled. It works perfectly fine without the remote debugger.
Getting the same error with 0.58.0-rc.2
Same error. also on just released v0.58.0. Browsers debuggers works, RNDebugger gives above error.
Getting the same error for 0.58.1
Getting the same error for 0.58.0
Getting the same error for 0.58.0

same error for RN 0.58.1
The same "react-native": "0.58.1"
same error RN 0.58.1

same issue in 0.58
Confirm 0.58.1 same
Same error 0.58.1
Same, 0.58.1
I've find out that in 0.58 delta patcher was updated so this issue appeared.
I've fixed it by myself and added PR #307 so check it out if it works for you (clone fork, npm run build && npm run start)
For me it works on Windows and Android, should work on others
the same situation
"react": "16.6.3",
"react-native": "0.58.1",
Uncaught (in promise) TypeError: Iterator value v is not an entry object
at new Map (native)
Same Error:
"react": "16.6.3",
"react-native": "0.58.1",
I've find out that in 0.58 delta patcher was updated so this issue appeared.
I've fixed it by myself and added PR #307 so check it out if it works for you (clone fork, npm run build && npm run start)
For me it works on Windows and Android, should work on others
It works for me on macOS Mojave, RN 0.58.1, Xcode 10 and iOS 11.2.
Bad part is that I'm unable to debug async storage when using showAsyncStorageContentInDev()
I get TypeReference error showAsyncStorageContentInDev is undefined when trying to run it.
Same error
"react": "16.7.0",
"react-native": "0.58.2",
Uncaught (in promise) TypeError: Iterator value v is not an entry object
at new Map (native)
Can you please fix this error already...
@OriginLive Or you fix it. It's open source software.
@glothos Could you add that comment in the PR?
@Eugnis Nice find! I'll watch the PR.
@Eugnis Thanks ! You saved my day
Uncaught (in promise) TypeError: Iterator value v is not an entry object
at new Map (native)
at file:///Applications/React%20Native%20Debugger.app/Contents/Resources/app.asar/js/bundle.js:9:8044
at
(anonymous) @ bundle.js:9
I just downloaded the latest version of the debugger and it fixed the problem for me.
@wmoore98 where did you get it?
I had the debugger opened and selected the menu option RND -> Check for Updates..
I had the debugger opened and selected RND->Check for Updates... from the menu.
On Monday, February 18, 2019, 3:12:10 PM EST, Witalo Benicio notifications@github.com wrote:
@wmoore98 where did you get it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
@wmoore98 I just use the default debugger. When we choose debug js remotely.
I don't know if is this debugger you're talking about.
Could you show a print of yours?
I got the debugger from this site:Â jhen0409/react-native-debugger. Just click on the link under Installation to go to the release page and download the version for your machine.
|
|
|
| | |
|
|
|
| |
jhen0409/react-native-debugger
The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools - j...
|
|
|
On Tuesday, February 19, 2019, 10:07:32 PM EST, Witalo Benicio <[email protected]> wrote:
@wmoore98 I just use the default debugger. When we choose debug js remotely.
I don't know if is this debugger you're talking about.
Could you show a print of yours?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
I just close and reopen debugger and works.
I am getting the same error on debugging
@elizalc Haha, sometimes the simplest solution is the right solution. I was debugging one app, then switched to another and got this error. Thanks ;)
i solve the problem by download newest debugger vision
For the lazy person like me who just wants the damn fix, to re-install react-native-debugger, run:
brew cask reinstall react-native-debugger
Just updated to the newer version solved this problem
I just close and reopen debugger and works.
Thanks a lot
+1 download newest version works!
@stenmuchow thanks it's worked for me
Most helpful comment
I just close and reopen debugger and works.