Add label to custom elements

As indicated by the error message it seems like that the two modeling instances are still around and both try to register handlers for the command shape.append.

Make sure you expose your custom Modeling via the name modeling to override the original implementation.

If you have more specific concerns and questions, please share your example on GitHub so we can have a look.

1 Like