Skip to content

Commit

Permalink
fix(player/react): useThumbnails memo error
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Oct 18, 2023
1 parent 1bc296e commit 09b41f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/hooks/use-thumbnails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function useThumbnails(src: string): ThumbnailData[] {
}

return items;
}, $cues);
}, [$cues]);

if (__DEV__ && !scope) {
console.warn(
Expand Down

0 comments on commit 09b41f6

Please sign in to comment.