This commit is contained in:
2026-03-21 05:34:59 +09:00
parent 40c1eec2cf
commit 23d9cf8ad0
@@ -185,7 +185,7 @@ export default (() => {
return () => {
cancelled = true
}
}, [id, loading, theatreInfo.hostFlg, theatreInfo.postId])
}, [id, theatreInfo.hostFlg, theatreInfo.postId])
useEffect (() => {
setVideoLength (0)
@@ -246,7 +246,7 @@ export default (() => {
{post ? (
<>
<PostEmbed
key={post ? `${ post.id }:${ theatreInfo.postStartedAt ?? '' }` : 'empty'}
key={post.id}
ref={embedRef}
post={post}
onLoadComplete={info => {