79367211

Date: 2025-01-18 13:26:34
Score: 3.5
Natty:
Report link
 const detailCellRenderer = useMemo(() => {
 return ({ data }: ICellRendererParams) => {
  const record: ReqCountDetailData = data;

 return (
    <RequestDetail reqTypeId={reqTypeId} MasterCode={record.Id}/>
  );
};

}, []);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • No latin characters (3):
  • Low reputation (0.5):
Posted by: Sadegh Maasoomi