mesoneer-ag / camunda-modeler-property-info-plugin

This plugin serves a better overview which properties are set per shape.
Apache License 2.0
63 stars 17 forks source link

Error reported when using with Modeler 4.x #24

Closed pinussilvestrus closed 1 year ago

pinussilvestrus commented 4 years ago

Hello 👋🏻

Starting with Camunda Modeler 4.0.0 an error raised a couple of times (more than 6k error events) inside our error tracking tools which we identified from this plugin (cf. https://github.com/camunda/camunda-modeler/issues/2001)

TypeError: Cannot read property 'extensionElements' of undefined
  at addStyle (~/build/client-bundle.js:124:71)
  at None (~/build/client-bundle.js:44:13)
  at None (~/build/client-bundle.js:2153:43)

I reproduced it when I tried to trigger the overlays for a participant with no processRef. Hard to reproduce though, maybe there is an easier way to reproduce.

ruslan-moskovenko commented 1 year ago

Hi @pinussilvestrus

This issue is fixed in the latest release.

Thank you and kind regards