AB
модуль реакт яндекс метрики импортировал и делал по инструкции, выдаёт ошибку
какие могут быть подводные камни?
Size: a a a
AB
Т
AC
AC
AC
Т
AC
1
VK
1
V
const CreateCustomMenu = (MenuContent) => {
const { xPos, yPos, showMenu, handleContextMenu } = useContextMenu();
return class extends React.Component<any, any> {
render() {
return (
<div>
<MenuContent handleContextMenu={handleContextMenu} {...this.props} />
</div>
);
}
};
};
IN
const CreateCustomMenu = (MenuContent) => {
const { xPos, yPos, showMenu, handleContextMenu } = useContextMenu();
return class extends React.Component<any, any> {
render() {
return (
<div>
<MenuContent handleContextMenu={handleContextMenu} {...this.props} />
</div>
);
}
};
};
V
М
АК
ДК
К
ДК
IN