Den
Den
+1 I have this error on Ubuntu 14.04 and Atom 1.3.2 
I have a same problem, but in my case "compare snapshot" doesn't work when in a config (cypress.json) I set `env.cypress-plugin-snapshots.autoCleanUp` to `true`. ``` "cypress": "^4.4.1", "cypress-plugin-snapshots": "^1.3.0", ```
@taninnazar oh, sorry, I forgot to write about my OS. I work on Ubuntu 18
@expipiplus1 i use neovim. Thanks you very much
@Pyrohh within terminal you use?
This work for me, but i not see this message (after focus): 
> * [ ] Spltting the store into multiple files ([How to split store in different files? And the limits of object type inference #802](https://github.com/vuejs/pinia/issues/802)) 👍 I'm looking forward "native"...
The same problem when the dev tools is open: 
The same problem with pnpm 8.5.1. After importing, I got some errors in the client code, then again installed dependencies by yarn, it works well
Test example: ``` it('should return 0 eids', () => { const world = createWorld() const FirstComponent = defineComponent({ value: Types.f32 }) const SecondComponent = defineComponent({ value: Types.f32 }) const query...