diff --git a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx index ff3d6be..de450f1 100644 --- a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx +++ b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx @@ -48,6 +48,7 @@ const useLiveChat = ({ }, [intervalHandle]); useEffect(() => { + console.log('test'); // url must provide try { if (url) {