Alex Orlovsky
Alex Orlovsky
Hmm, it works with other MRs, it was just one case so far
So yeah, that isn't the only case anymore, it happens from time to time. Thank you, looking forward to see a patch. The plugin is awesome!
would be really nice to see it in a future version
@cartant any thoughts?
a less ugly workaround: ```ts this.form.valueChanges.pipe(auditTime(0)).subscribe(...); ```
@Disane87 Giving the following structure: ``` tmp └── app ``` You can rename "base folder" using `--dirName` flag: `ng g @datorama/akita:af store-name --flat --dirName store` The result: ``` tmp └──...
Maybe this will help you https://github.com/datorama/akita/issues/781#issuecomment-1018856090
I've been getting the same error with angular and nx 13. Managed to fix it by changing ```js transformIgnorePatterns: ['node_modules/(?!.*.mjs$)'] ``` to ```js transformIgnorePatterns: ['node_modules/(?!.*.mjs$|@datorama/akita)'] ``` in `jest.config.js` of failing...
yes, if there's anything that can speed up the process, don't hesitate to ask, I want this so badly 😅
@waterplea any updates here?