Kelin2025 / vue-timers

Mixin to manage your intervals in Vue.js
MIT License
231 stars 17 forks source link

TypeError in utils.js as of 1.4+ #15

Closed arkoz closed 6 years ago

arkoz commented 6 years ago

After update from 1.3 to 1.4+ i'm getting errors in that code:

https://github.com/Kelin2025/vue-timers/blob/165c8b9daac64cb67a512cc204c745a68157ea34/utils.js#L5

TypeError: Cannot read property 'assign' of undefined at set (utils.js?0032:5)

I'm importing timers as a mixin. Using Nodejs8.11 and Chromium 65.

I wasn't able to find a solution or workaround other than rollback And reverting to 1.3 solved the problem.

Kelin2025 commented 6 years ago

Hello!
Yeah, there was pull request that ruined package
Please, try to update to 1.7.1 version

arkoz commented 6 years ago

Works great, thanks!