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

Basic example does not display diagram #987

Closed MatteoGioioso closed 1 year ago

MatteoGioioso commented 1 year ago

Hello, I am trying to use this library, but unfortunately not even the basic example seems to work.

This is a repro: https://codesandbox.io/s/react-diagrams-forked-6sm6lz?file=/src/index.js

Not sure what I am doing wrong, just copy pasting from here: https://projectstorm.gitbook.io/react-diagrams/getting-started/using-the-library

MatteoGioioso commented 1 year ago

Ok, it was matter of styles, but could be nice to add it to the docs.

Cheers