import { Tag, Popover } from "antd"; import React from "react"; import Barcode from "react-barcode"; import { useTranslation } from "react-i18next"; export default function BarcodePopupComponent({ value, children }) { const { t } = useTranslation(); return (