hugoabernier / react-diagram-webparts

A collection of web parts that make it easy to embed diagrams in SharePoint pages
16 stars 6 forks source link

Note parsing error in Sequence Diagram #7

Open hugoabernier opened 5 years ago

hugoabernier commented 5 years ago

The sequence diagram web part allows actors to have multiple words (e.g.: Business Analyst, SCRUM Master, Business Stakeholder). However, the Note instruction only accepts actors with single words (e.g.: A, B, C).

Error must be within parsing code.