diff --git a/apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx b/apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx index aeccc046f..032cc409c 100644 --- a/apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx +++ b/apps/browser-extension/src/entrypoints/popup/components/Forms/EmailDomainField.tsx @@ -101,6 +101,7 @@ const EmailDomainField: React.FC = ({ } } } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [value, privateEmailDomains, showPrivateDomains]); // Handle local part changes