Jade Doucet

Results 1 issues of Jade Doucet

**Describe the bug** The type expected for the callback passed to onMouseOverNode is ` onMouseOverNode: (nodeId: string) => void; ` but should be updated to ` onMouseOverNode: (nodeId: string, node:...