Hello,
I test with react 18 but i have this problem (typesript + react 18)
const EditableBoard: React.FC
import EditableBoard
Impossible d'assigner le type '{ children: Element[]; unit: string; width: number; height: number; backgroundColor: string; }' au type 'IntrinsicAttributes & EditableBoard'.
La propriété 'children' n'existe pas sur le type 'IntrinsicAttributes & EditableBoard'.ts(2322)
thanks
Hello,
I test with react 18 but i have this problem (typesript + react 18)
const EditableBoard: React.FC
import EditableBoard
Impossible d'assigner le type '{ children: Element[]; unit: string; width: number; height: number; backgroundColor: string; }' au type 'IntrinsicAttributes & EditableBoard'.
La propriété 'children' n'existe pas sur le type 'IntrinsicAttributes & EditableBoard'.ts(2322)
thanks