Skip to content

Commit

Permalink
[dev-overlay] pagination is not accessible with Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Feb 7, 2025
1 parent 7fcf142 commit ca099df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function ErrorOverlayFloatingHeader({
isTurbopack,
}: ErrorOverlayFloatingHeaderProps) {
return (
<div className="error-overlay-floating-header">
<div className="error-overlay-floating-header" tabIndex={1}>
{/* TODO: better passing data instead of nullish coalescing */}
<ErrorOverlayPagination
readyErrors={readyErrors ?? []}
Expand Down

0 comments on commit ca099df

Please # to comment.