You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error
at willLogError (index.android.js:54)
at index.android.js:56
at loadModuleImplementation (require.js:174)
at guardedLoadModule (require.js:119)
...
Error
at willLogError$ (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:1343:25)
at tryCatch (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:14373:40)
at Generator.invoke [as _invoke] (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:14561:22)
at Generator.prototype.(anonymous function) [as next] (http://localhost:8081/index.android.bundle?platform=android&dev=true&hot=false&minify=false:14398:21)
....
The filepaths in stacktrace contain whole url (http://localhost:8081/...). Chrome is unable to detect source maps for such errors which is giving me a hard time during debugging (for example redux sagas).
I am running it on real android device while remote js debugging.
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue that meets the requirements set forth in the template. Thanks!
Hi, usually when error is logged or thrown in react native I get stack trace like this:
However when I log error from inside generator:
The filepaths in stacktrace contain whole url (
http://localhost:8081/...
). Chrome is unable to detect source maps for such errors which is giving me a hard time during debugging (for example redux sagas).I am running it on real android device while remote js debugging.
The text was updated successfully, but these errors were encountered: