Browse Source

Ignore type error ( for now )

improve-conditional-variables
mohamedsalem401 1 year ago
parent
commit
e6629bcf30
  1. 1
      packages/core/src/data_sources/model/DataVariableListenerManager.ts

1
packages/core/src/data_sources/model/DataVariableListenerManager.ts

@ -40,6 +40,7 @@ export default class DynamicVariableListenerManager {
const { em, dynamicVariable, model } = this;
this.removeListeners();
// @ts-ignore
const type = dynamicVariable.get('type');
let dataListeners: DataVariableListener[] = [];
switch (type) {

Loading…
Cancel
Save