ljmotta commented on code in PR #2942:
URL:
https://github.com/apache/incubator-kie-tools/pull/2942#discussion_r1980055694
##########
packages/dmn-editor-envelope/src/DmnEditorRoot.tsx:
##########
@@ -74,6 +74,7 @@ export type DmnEditorRootState = {
keyboardShortcutsRegisterIds: number[];
keyboardShortcutsRegistered: boolean;
error: Error | undefined;
+ evaluationResultsByNodeId: Map<string, DmnEditor.NodeEvaluationResults>;
Review Comment:
I'm not sure if I've understood. Why not use the
`EvaluationResultsByNodeId`, which is the same type used in the `DmnEditor`?
`evaluationResultsByNodeId: EvaluationResultsByNodeId`
--
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]