@limetech/lime-web-components
Advanced tools
Comparing version 5.41.0 to 5.41.1
@@ -181,2 +181,5 @@ import { getElement } from '@stencil/core'; | ||
const subscription = createSubscription(component, property); | ||
if (typeof subscription !== 'function') { | ||
return; | ||
} | ||
const subscriptions = componentSubscriptions.get(component); | ||
@@ -183,0 +186,0 @@ subscriptions.push(subscription); |
@@ -168,2 +168,5 @@ "use strict"; | ||
var subscription = createSubscription(component, property); | ||
if (typeof subscription !== 'function') { | ||
return; | ||
} | ||
var subscriptions = componentSubscriptions.get(component); | ||
@@ -170,0 +173,0 @@ subscriptions.push(subscription); |
{ | ||
"name": "@limetech/lime-web-components", | ||
"version": "5.41.0", | ||
"version": "5.41.1", | ||
"description": "Lime Web Components", | ||
@@ -5,0 +5,0 @@ "author": "Lime Technologies", |
Sorry, the diff of this file is too big to display
1182563
35081