mark-fe-fwk 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -452,6 +452,7 @@ function patchElement(oldVdom, newVdom) {
452
452
  on: newEvents,
453
453
  ...newAttrs
454
454
  } = newVdom.props;
455
+ const { listeners: oldListeners } = oldVdom;
455
456
  patchAttrs(el, oldAttrs, newAttrs);
456
457
  patchClasses(el, oldClass, newClass);
457
458
  patchStyles(el, oldStyle, newStyle);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mark-fe-fwk",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "author": "Mark C",
5
5
  "main": "dist/mark-fe-fwk.js",
6
6
  "files": [