tiagobento commented on code in PR #3198:
URL:
https://github.com/apache/incubator-kie-tools/pull/3198#discussion_r2281008289
##########
packages/dmn-editor/src/propertiesPanel/BoxedExpressionPropertiesPanelComponents/LiteralExpressionContentCell.tsx:
##########
@@ -21,7 +21,7 @@ import * as React from "react";
import { useMemo } from "react";
import { DescriptionField, ExpressionLanguageField } from "../Fields";
import { BoxedExpressionIndex } from
"../../boxedExpressions/boxedExpressionIndex";
-import { DMN15__tLiteralExpression } from
"@kie-tools/dmn-marshaller/dist/schemas/dmn-1_5/ts-gen/types";
+import { DMN_LATEST__tLiteralExpression } from
"@kie-tools/dmn-marshaller/src/index";
Review Comment:
Oops. Importing from './src' is not ok.
##########
packages/dmn-editor/src/propertiesPanel/BoxedExpressionPropertiesPanelComponents/useBoxedExpressionUpdater.ts:
##########
@@ -19,10 +19,7 @@
import { useCallback, useMemo } from "react";
import { ExpressionPath, getDmnObjectByPath } from
"../../boxedExpressions/boxedExpressionIndex";
-import {
- DMN15__tBusinessKnowledgeModel,
- DMN15__tDecision,
-} from "@kie-tools/dmn-marshaller/dist/schemas/dmn-1_5/ts-gen/types";
+import { DMN_LATEST__tBusinessKnowledgeModel, DMN_LATEST__tDecision } from
"@kie-tools/dmn-marshaller/src/index";
Review Comment:
Same here. Please double-check if there are other places.
--
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]