@darajs/ui-causal-graph-editor
v1.23.1
Published
CausalGraph editor for the Dara UI framework
Readme
ui-causal-graph-editor
Storybook
Due to bundling differences between Vite (used for Dara) and Webpack (used for Storybook currently), running Storybook requires two manual changes:
- In
./src/shared/graph-layout/worker/client.tsinLayoutWorkerconstructor, swap out the line instantiating the worker. Refer to the comment there. - In
package.json, remove the"type": "module"line.
These are temporary measures until we upgrade Storybook and migrate to storybook's Vite builder.
