We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68cfa59 commit 54d4a5eCopy full SHA for 54d4a5e
src/content/reference/react/ViewTransition.md
@@ -686,7 +686,7 @@ export default function Component() {
686
<div className="listContainer">
687
{orderedVideos.map((video, i) => {
688
return (
689
- <ViewTransition key={video.title} update="none">
+ <ViewTransition key={video.title}>
690
<Video video={video} />
691
</ViewTransition>
692
);
0 commit comments