projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.45k stars 1.16k forks source link

[Bug] Cannot use vite to build react-canvas-core #942

Closed Ad-Bean closed 2 years ago

Ad-Bean commented 2 years ago

I cant use vite && vite preview to build react-diagrams, the problem is the same as #842 while there's a small difference is that i got Uncaught TypeError.

image

image

FYI, here is the preview page https://pr-22.d5mcpjv08hm7c.amplifyapp.com/

Please help with the issue, thanks a lot!

Ad-Bean commented 2 years ago

Solved by using webpack, which I dont think it's the right answer.

ryzencool commented 1 year ago

I also encountered this problem. is there any update on this?