icambron / twix.js

:hourglass::left_right_arrow: A date range plugin for moment.js
https://isaaccambron.com/twix.js/
MIT License
379 stars 54 forks source link

Can't use it within angular 7 application #111

Closed jesusmariocalleja closed 5 years ago

jesusmariocalleja commented 5 years ago

I have installed twix and @types/twix and I imported with import * as twix from 'twix'; but when I execute it I have the following error ERROR TypeError: this._mutated is not a function.

It's abled to find the library, but not to use it. Also I realized that the toArray function is not included within this version.

icambron commented 5 years ago

Sounds like an error in the types file. Those aren't maintained here, though, and I don't know my way around them, so I'm not sure how to help.