Add Container to SVGSidebar + disable Symbol for userdata

This commit is contained in:
Siklos 2022-08-01 00:30:43 +02:00
parent 63d72b883b
commit ea156060c4
2 changed files with 30 additions and 5 deletions

View file

@ -9,7 +9,7 @@ interface IContainerProps {
width: number,
height: number,
style?: React.CSSProperties,
userData?: Record<string, string | number | symbol>
userData?: Record<string, string | number>
}
export class Container extends React.Component<IContainerProps> {