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
I’ve set up react-native-typescript-transformer using the guide described on the website of React Native both using an existing react-native project with version 0.55.1 and a clean project with version 0.56.0.
In both versions, if I use this in combination with VSCode and Chrome setting a breakpoint on a line makes it jump to a different line. Could this be an issue with the generated source maps?
The text was updated successfully, but these errors were encountered:
I’ve set up
react-native-typescript-transformer
using the guide described on the website of React Native both using an existing react-native project with version0.55.1
and a clean project with version0.56.0
.In both versions, if I use this in combination with VSCode and Chrome setting a breakpoint on a line makes it jump to a different line. Could this be an issue with the generated source maps?
The text was updated successfully, but these errors were encountered: