Skip to content

Commit

Permalink
chore(docs): fix incorrectly used variable (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwaysAwake authored Sep 13, 2023
1 parent 09d9d5d commit 880ad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guided-tour/state.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const MyActivity: ActivityComponentType = () => {

useEffect(() => {
console.log("현재 액티비티의 전환 상태:", activity.transitionState);
}, [stack]);
}, [activity]);

return (
<AppScreen appBar={{ title: "My Activity" }}>
Expand Down

1 comment on commit 880ad69

@vercel
Copy link

@vercel vercel bot commented on 880ad69 Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.