sinequa / ngx-ui-builder

An Angular library for creating no code tools & applications
https://sinequa.github.io/ngx-ui-builder/
MIT License
81 stars 8 forks source link

Dev/tree integration #21

Closed ericleib closed 2 years ago

ericleib commented 2 years ago

configurable.service.ts: this.edited$.next() expect 1 argument. Here undefined

👇 Error: projects/lib/src/configurable/configurable.service.ts:64:18 - error TS2554: Expected 1 arguments, but got 0.

  stopEditing() {
    this.previousConfigurableElement?.removeEdited();
    this.previousConfigurableElement = undefined;
    this.edited$.next();
  }

@hebus it's funny, I don't have this problem on my side. But ok, I add explicitly "undefined".