RR
пойду гуглить шаблонизаторы
Size: a a a
RR
RS

BA
AS
IN
VB
И
МН
P
const compareFunction = (prevProps : any , nextProps: any) => {
  console.log('prev ', prevProps)
  console.log('next ', nextProps)
  return R.equals(prevProps, nextProps);
}
export default React.memo(PatientTableRow, compareFunction)ЛХ
:nth-child(n)МН
МН
И
const compareFunction = (prevProps : any , nextProps: any) => {
  console.log('prev ', prevProps)
  console.log('next ', nextProps)
  return R.equals(prevProps, nextProps);
}
export default React.memo(PatientTableRow, compareFunction)P
IN
И
P
И
P
AK