Closed kumilingus closed 7 months ago
The widgetNamespace is a map of classes, not instances. The types have to be updated as shown below:
widgetNamespace
widgetNamespace?: { [name: string]: typeof Widget }
Fixed as part of JointJS+ v4.0.1
Descriptioin
The
widgetNamespace
is a map of classes, not instances. The types have to be updated as shown below:Discussed in https://github.com/clientIO/joint/discussions/2523