CodeYellowBV / mobx-spine

MobX with support for models, relations and an external API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `moment.isMoment` check instead of instanceof

SpaceK33z opened this issue · comments

toBackend() checks if an attribute cast to a date/datetime is a moment, but it uses instanceof. It should use moment.isMoment so you can use other variants of moment (e.g. with locales).