Jarek Danielak
Jarek Danielak
Moving it to Ready. The problem is defined and should be fixed.
Fixed upstream by https://github.com/bpmn-io/properties-panel/pull/377
Fixed upstream in https://github.com/bpmn-io/dmn-js/pull/890
I might pick it up as a follow up to implicit keyboard integration topic, but not in upcoming days. Moving to backlog.
The root cause is fixed in https://github.com/camunda/camunda-modeler/pull/4518 The error is actually caught in `componentDidCatch` of App component, but it goes into an infinite loop. My idea would be to have...
This was fixed in v5.30 with the upgrade to [bpmn-js@18](https://github.com/bpmn-io/bpmn-js/releases/tag/v18.0.0).
I've spent some more time debugging this and updated the top comment with my latest conclusions. The proposed solution of moving children elements after `elements.create` looks like the most sane...
@lmbateman what would be the preferred UI behavior when this happens?
I like the idea of using the plugin helper as a source for Carbon components. 👍 I noticed that when you open the test-carbon plugin on the welcome page and...
One problem I have as a plugin author is that the types support is gone on the re-exported components. It's probably non-blocking though and I don't know if we can...