diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx index 2ffef52..e1e3760 100644 --- a/js/src/features/particles/stream-view.tsx +++ b/js/src/features/particles/stream-view.tsx @@ -279,7 +279,7 @@ export function StreamView({ path, streamParticle }: StreamViewProps) { const streamDocPath = toFirestoreDocPath(path); updateStreamPlaybackMarker(streamDocPath, userId, currentParticle.created_at); - }, [currentParticle, path]) + }, [currentParticle?.id, path]) // Author info from current particle const authorEmail = currentParticle?.created_by_email ?? "";