fix(widget): resolve lint issue

This commit is contained in:
yassinedorbozgithub 2025-01-29 19:47:31 +01:00
parent 859add9341
commit b5d72761e4

View File

@ -39,9 +39,7 @@ export const BroadcastChannelContext = createContext<{
});
export const BroadcastChannelProvider: FC<IBroadcastChannelProps> = ({
// eslint-disable-next-line react/prop-types
channelName,
// eslint-disable-next-line react/prop-types
children,
}) => {
const channelRef = useRef<BroadcastChannel | null>(null);