diff --git a/.changeset/lovely-poets-trade.md b/.changeset/lovely-poets-trade.md new file mode 100644 index 0000000..bd1080e --- /dev/null +++ b/.changeset/lovely-poets-trade.md @@ -0,0 +1,5 @@ +--- +"next-youtube-livechat": patch +--- + +ci: test release workflow diff --git a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx index ff3d6be..dff0f00 100644 --- a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx +++ b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx @@ -111,6 +111,7 @@ const useLiveChat = ({ ]); // render text & emoji tsx element + // TODO: handle superchat & member milestone const messages = useMemo(() => { if (!(url && isReady)) { return [];