Skip to content

Commit

Permalink
fix: added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 7, 2024
1 parent ba66053 commit d2759d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-sdk/src/primitives/HmsRoomProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const useHMSNotifications = <T extends HMSNotificationTypeParam>(

console.warn('useHMSNotifications: rendered ', HMSContextConsumer.notifications);
useEffect(() => {
console.warn('useHMSNotifications: ', HMSContextConsumer.notifications);
console.warn('useHMSNotifications: useEffect ', HMSContextConsumer.notifications);
if (!HMSContextConsumer.notifications) {
console.warn('useHMSNotifications: return');
return;
Expand Down

0 comments on commit d2759d4

Please sign in to comment.