调整socket对应的浏览器通知处理逻辑
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
import { useEffect, useState, useRef } from 'react';
|
import { useEffect, useState, useRef } from 'react';
|
||||||
import { socketService } from '../services/socketService';
|
import { socketService } from '../services/socketService';
|
||||||
|
import { logger } from '../utils/logger';
|
||||||
|
|
||||||
export const useEventNotifications = (options = {}) => {
|
export const useEventNotifications = (options = {}) => {
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user