Skip to content

Commit

Permalink
update react dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
skier233 committed Feb 7, 2025
1 parent 25152a1 commit 1dd4efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
return () => {
player.off("loadedmetadata");
};
}, [getPlayer, scene]);
}, [getPlayer, scene, interfaceConfig]);

useEffect(() => {
const player = getPlayer();
Expand Down

0 comments on commit 1dd4efc

Please sign in to comment.