Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(props, context) {
super(props, context);
mixin(this, SelectionAware);
}
constructor(props, context) {
super(props, context);
mixin(this, ComponentWithSlots);
this._sheet = context.injector.get('sheet');
this._changeSupport = context.changeSupport;
}
constructor(props, context) {
super(props, context);
mixin(this, ComponentWithSlots);
this._translate = context.injector.get('translate');
}
constructor(props, context) {
super(props, context);
mixin(this, SelectionAware);
}
constructor(props, context) {
super(props, context);
mixin(this, ComponentWithSlots);
}
constructor(props, context) {
super(props, context);
mixin(this, ComponentWithSlots);
this._translate = context.injector.get('translate');
}