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


##########
packages/dmn-editor/stories/misc/empty/Empty.stories.tsx:
##########
@@ -23,7 +23,7 @@ import { ns as dmn15ns } from 
"@kie-tools/dmn-marshaller/dist/schemas/dmn-1_5/ts
 import { generateUuid } from "@kie-tools/boxed-expression-component/dist/api";
 import { DMN15_SPEC } from 
"@kie-tools/dmn-marshaller/dist/schemas/dmn-1_5/Dmn15Spec";
 import { DmnEditorWrapper, StorybookDmnEditorProps } from 
"../../dmnEditorStoriesWrapper";
-import { DmnEditor, DmnEditorProps } from "../../../src/DmnEditor";
+import { DmnEditor, DmnEditorProps } from 
"@kie-tools/dmn-editor/dist/DmnEditor";

Review Comment:
   Actually I think we need to revert that. Storybook is a development webapp, 
so it's supposed to work even without having to build the package itself. By 
pointing to the `src` folder directly we make sure it works like that and also 
that it live-reloads when you change the contents of the file.



-- 
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