Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function PluginHost$$1(props) {
classCallCheck(this, PluginHost$$1);
var _this = possibleConstructorReturn(this, (PluginHost$$1.__proto__ || Object.getPrototypeOf(PluginHost$$1)).call(this, props));
_this.host = new PluginHost();
return _this;
}