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: When reading this error in React Native DevTools, you should see the original source code location instead of the bundle.
11
+
at action (http://192.168.0.129:8081/example/index.bundle//&platform=ios&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.bytecode=1&transform.routerRoot=app&unstable_transformProfile=hermes-stable:97154:36)
12
+
```
13
+
14
+
### To
15
+
16
+
```
17
+
Error: When reading this error in React Native DevTools, you should see the original source code location instead of the bundle.
18
+
at action (/Users/krystofwoldrich/repos/krystofwoldrich/console-symbolicator/example/src/App.tsx:49:37)
0 commit comments