reaviz / reaflow

🎯 React library for building workflow editors, flow charts and diagrams. Maintained by @goodcodeus.
https://reaflow.dev
Apache License 2.0
2.06k stars 118 forks source link

Fix Codesandbox #6

Open amcdnl opened 3 years ago

amcdnl commented 3 years ago

Fix code sandbox not working in basic demo docs

amcdnl commented 3 years ago

cc @kevin940726

kevin940726 commented 3 years ago

What's the expected output?

I'm seeing this error:

Layout Error: ReferenceError: g is not defined

I believe it's coming from elkjs, not sure what's wrong though 🤔

amcdnl commented 3 years ago

It should render a simple graph.

Ya thats what I'm seeing. I tried a bunch of different things didn't have any luck, thought u might have an idea.

kevin940726 commented 3 years ago

Seems like the CodeSandbox is rendering fine, it's the dependency that's not. Maybe it has something to do with web-worker in some environment?