Roboz Béla

Results 68 comments of Roboz Béla

My experience with the topic above: https://github.com/expo/expo/issues/24273

> I have investigated this bug recently : > > * The bug comes from the serializer, which injects [environment variables into the bundle](https://github.com/expo/expo/blob/359f1da6e77431f18adbaccc10b5110d13266e2d/packages/%40expo/metro-config/src/serializer/environmentVariableSerializerPlugin.ts#L107) : it injects lines of code...

The workaround was: using node 16.18.1 instead of the latest

By adjusting the settings, I managed to bring it to life, but I find it very cumbersome to use, so I decided to leave it as it is.

Nothing works for me at all.

Dear @byCedric Thank you so much for your quick answer! I'l like to focus to the debugging problem. Without the proper source mapping the break points are incomprehensible. I'm at...

> 🎉 This issue has been resolved in version 1.2.1 🎉 > > The release is available on [GitHub release](https://github.com/expo/vscode-expo/releases/tag/untagged-5434ff418e290dad76f0) > > Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot 📦🚀 ![image](https://github.com/expo/vscode-expo/assets/8656998/e7623758-5867-44a5-ad7d-8df3174974e6)

My first experience with the new version: https://github.com/expo/vscode-expo/assets/8656998/021ebb9a-56fd-4a9a-b164-2cdb5127a53a Thank you!

Same error with absolute path as well: ![image](https://github.com/expo/vscode-expo/assets/8656998/ffa85c19-b84d-4075-856d-05fd51249fe8)

> Dear @byCedric Wow, it seems It is working but the lack of source maps still exists :( ![image](https://github.com/expo/vscode-expo/assets/8656998/1a47236a-8acb-4071-b28f-8e9ffdbb2687) The real and source debugger points are different :( Thank you...