TypeError: Cannot read properties of undefined (reading 'replace') #718
Labels
backlog
Queued in backlog
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
spring cleaning
Could be cleaned up one day
This is caused by calls to diagram-js#translate where no string is provided, e.g.
translate(typeRef)
where typeRef is undefined. Simply adding|| ''
is not a fix because then we lose the label which was meant to be always there.Sentry Issue: BPMN-IO-DEMO-3KT
The text was updated successfully, but these errors were encountered: