Arsync

Results 3 comments of Arsync

With generated `$id: "tyr13zqj"` I have the same error `Uncaught (in promise) TypeError: Cannot convert undefined or null to object`. Seems that now (vuex-orm/core 0.36.3) it not prefixed with `$uid`...

Same problem, my ids looks like `tyr13zqj`, without strange prefixes of `$uid`. We need just to set it as is. Why the Hell we have that conversion of existing data?...

Something wrong with this implementation: ```TS @Module export default class EmployeeProfileModule extends VuexModule { private api: ServiceFactory; // Works fine, while 'identity' field commented private identity: IdentityManager; //