К

Size: a a a
К

К
CM
ЕВ
M
NT
M
SH
АБ
M
NT
D
AK
AK
M_
SH
SH
AA
const selectSections = state => state.sections;
const selectActiveSection = createSelector(selectSections, sections => sections.activeSection);
const selectPolygonWithId = createSelector(selectSections, (_, id) => id, (sections, id) => sections.byId[id]);
const SIMSvgPolygon = (props) => {
const section = useSelector(state => selectPolygonWithId(state, props.id));
const activeSection = useSelector(selectActiveSection);
АБ