Skip to content

feat: global error boundary for safer recovery - #503

Open
jbeard4 wants to merge 4 commits into
mainfrom
codex/add-global-error-boundary-for-recovery
Open

feat: global error boundary for safer recovery#503
jbeard4 wants to merge 4 commits into
mainfrom
codex/add-global-error-boundary-for-recovery

Conversation

@jbeard4

@jbeard4 jbeard4 commented Oct 17, 2025

Copy link
Copy Markdown
Member

Summary

  • add a global error boundary and route-level fallbacks for the map, list, and static content segments
  • document the new recovery UI and how to reproduce DOMException crashes locally
  • introduce Google Translate DOM simulators plus unit and e2e scaffolding to exercise the issue in CI

Testing

  • npm run test:unit

https://chatgpt.com/codex/tasks/task_e_68f1c88bb2148327ab96207e5c725e5d

@jbeard4
jbeard4 temporarily deployed to yourpeer-codex-add-glob-emcybb October 17, 2025 04:58 Inactive
@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

"@playwright/test": "^1.51.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"jsdom": "^27.0.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"

P1 Badge Restore valid package-lock.json structure

The new package-lock.json no longer starts with the root object – the file now begins at dependency entries ("@playwright/test": …) and is missing the opening braces and metadata (name, lockfileVersion, etc.). This leaves the lock file unparsable (node -p "require('./package-lock.json')" throws a SyntaxError: Unexpected non-whitespace character). A corrupted lock file will cause npm install or any CI workflow that relies on the lock to fail. Please regenerate the lock file so that it is valid JSON.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

@jbeard4
jbeard4 temporarily deployed to yourpeer-codex-add-glob-0hkv4n October 17, 2025 05:33 Inactive
@jbeard4
jbeard4 temporarily deployed to yourpeer-codex-add-glob-umgzxi October 17, 2025 05:47 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant