Polymer / pwa-helpers

Small helper methods or mixins to help you build web apps.
BSD 3-Clause "New" or "Revised" License
439 stars 48 forks source link

connect-mixin is not working #61

Closed ergo closed 5 years ago

ergo commented 5 years ago

Hello, I just upgraded connect-mixin from 0.8.3 to 0.9.1 - and suddenly my all my lit-element powered components stopped working throwing errors like:

channelstream-admin.js:480 Uncaught (in promise) TypeError: Cannot read property 'uptime' of undefined

ergo commented 5 years ago

OK, looks like _stateChanged was renamed to stateChanged.