}' has no properties in common with type 'IntrinsicAttributes'`.
из первой строки
<StickyPanel>
<Filter />
</StickyPanel>
Внутри
const StickyPanel = () => <section className='sticky-panel' />;
export default StickyPanel;
Пробовал
const StickyPanel = ({children}: React.PropsWithChildren<{}>) => <section className='sticky-panel'>{children}</section>;
та же ошибка
@ts_cool
Спасибо.
Обсуждают сегодня