Skip to content

Commit

Permalink
add breakpoint for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKlemarewski committed Dec 31, 2024
1 parent d8a714a commit fbb9642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perseus/src/server-item-renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export class ServerItemRenderer
}, 0);
}

debugger;

Check failure on line 234 in packages/perseus/src/server-item-renderer.tsx

View workflow job for this annotation

GitHub Actions / Lint, Typecheck, Format, and Test (ubuntu-latest, 20.x)

Unexpected 'debugger' statement
if (keypadElement && isMobile) {
if (didFocusInput) {
keypadElement.activate();
Expand Down

0 comments on commit fbb9642

Please sign in to comment.