GOJS diagram listener runs twice in my react project

As you can see here model.ts file log has repeated twice which is present in the “linkdrawn” listener. None of the other listeners are running twice…

Thanks guys!

This doesn’t occur in the gojs-react-basic sample after adding a LinkDrawn listener. Could you tell us what you’re doing with your LinkDrawn handler?