Arthur Diniz
Arthur Diniz
I'm with the same problem (i'm using nuxt as well) ```js style: css` .container2 { background-color: ${vm => vm.backgroundColor}; } `, data() { return { backgroundColor: 'red' } }, ```...
+1 Just switched to `blink.cmp`. I've tried to setup using the compatibility layer `blink.compat` [repo](https://github.com/Saghen/blink.compat) but without any success. I'd really appreciate the support for blink.
I'm having the same problem when running shell commands. Keeps hanging in `Press enter to continue` and doesn't leave, I have to kill lazygit to be able to leave the...