We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be13656 commit ea6b7f0Copy full SHA for ea6b7f0
1 file changed
template/main.js
@@ -54,6 +54,7 @@ const Instance = createInstance(
54
if (runtimeConfig.hasWrapperExtension) {
55
superObject.wrapperComponentId = runtimeConfig.id;
56
}
57
+ this.events = {};
58
super(superObject);
59
60
0 commit comments