Skip to content

Commit

Permalink
changes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Oct 17, 2024
1 parent 8c309a1 commit 4f37c39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vscode-extension/src/debugging/DebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ export class DebugAdapter extends DebugSession {
// unfortunately it still requires changes to metro that were attempted here
// https://github.com/facebook/metro/pull/1284 we should monitor the situation
// in upcoming versions and if the changes are still not added bump the version below.
// more over offset should only be applied to the main bundle sourcemap as other files
// (generated during reload) do not contain the prelude causing the issue
const shouldApplyOffset = semver.lte(getReactNativeVersion(), "0.76.0");
if (lineOffset && shouldApplyOffset) {
Logger.debug(
Expand Down

0 comments on commit 4f37c39

Please sign in to comment.