tiagobento commented on code in PR #2130:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2130#discussion_r1475330598


##########
packages/dmn-editor/src/diagram/edges/Edges.tsx:
##########
@@ -136,6 +127,9 @@ const interactionStrokeProps: 
Partial<React.SVGAttributes<SVGPathElement>> = {
 };
 
 export const InformationRequirementEdge = React.memo((props: 
RF.EdgeProps<DmnDiagramEdgeData>) => {
+  const renderCount = useRef<number>(0);
+  renderCount.current++;

Review Comment:
   I don't want to use debug logs, as the Dev Tools console gets really slow... 
Let's keep it like this for now...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to