You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i just ran into this. I have a state machine whose id is 'session-manager'. The mermaid export dutifully creates identifiers (or identifier prefixes) with that literal string which isn't legal in the mermaid state machine dsl. For example:
state "session-manager" as session-manager {
[*] --> session-manager.Loaded
session-manager.Loaded --> session-manager.Configured : configFetched
was easy enough to work around by just changing the id, but you guys might want to add a some pre export checks/warnings
Studio version: 0.125.0
The text was updated successfully, but these errors were encountered:
Hi i just ran into this. I have a state machine whose id is 'session-manager'. The mermaid export dutifully creates identifiers (or identifier prefixes) with that literal string which isn't legal in the mermaid state machine dsl. For example:
was easy enough to work around by just changing the id, but you guys might want to add a some pre export checks/warnings
Studio version: 0.125.0
The text was updated successfully, but these errors were encountered: