Skip to content

Commit

Permalink
ci: test release workflow (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch authored Apr 5, 2024
1 parent e89aa0c commit 18d997a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lovely-poets-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"next-youtube-livechat": patch
---

ci: test release workflow
1 change: 1 addition & 0 deletions packages/next-youtube-livechat/src/hooks/useLiveChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const useLiveChat = ({
]);

// render text & emoji tsx element
// TODO: handle superchat & member milestone
const messages = useMemo(() => {
if (!(url && isReady)) {
return [];
Expand Down

0 comments on commit 18d997a

Please sign in to comment.