next.js
666978fb - feat: add stack frame navigation to error overlay

Commit
4 days ago
feat: add stack frame navigation to error overlay - Add click/keyboard support to select stack frames in the call stack - Show codeframe for any selectable stack frame (not just the first one) - Codeframe visibility based on ignore list state: only show codeframe for visible frames (hidden when ignore list is collapsed) - Improve ignore list detection for monorepo workspace paths - Ignore frames with no useful source location (likely internal framework code) - Use accessible faux nested interactive controls pattern - Add tests for frame selection behavior
Author
Parents
Loading