fix(widget): resolve lint issue

This commit is contained in:
yassinedorbozgithub 2025-01-29 19:44:30 +01:00
parent 961ca05d33
commit 859add9341

View File

@ -94,6 +94,7 @@ export const BroadcastChannelProvider: FC<IBroadcastChannelProps> = ({
subscribe,
postMessage,
}),
// eslint-disable-next-line react-hooks/exhaustive-deps
[],
);