Skip to content

Commit

Permalink
Click-to-open error state for development overlay #14461 (#21819)
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-feng-yfeng committed Nov 17, 2021
1 parent d87dc2b commit 06770e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const CodeFrame: React.FC<CodeFrameProps> = function CodeFrame({
.then(
() => {},
() => {
// TODO: report error
console.error('There was an issue opening this code in your editor.')
}
)
}, [stackFrame])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CallStackFrame: React.FC<{
.then(
() => {},
() => {
// TODO: report error
console.error('There was an issue opening this code in your editor.')
}
)
}, [hasSource, f])
Expand Down

0 comments on commit 06770e4

Please sign in to comment.