Julian Schäfer
Julian Schäfer
Building the project with OpenJDK 8 fixed it.
Had the same issue today. Blocker for me to use codesandbox more frequently.
Yea was not sure if this is really a problem of the linter. Using `{{ props.msg }}` would fix the problem for this particular code. ` `eslint-plugin-vue` [docs](https://eslint.vuejs.org/rules/script-setup-uses-vars.html#vue-script-setup-uses-vars) says, that...
> I don't think it's a problem with the linter. The linter is right, `props` is not being used, the instance proxy property is being used instead. > > And...
This has no effect, no matter if I run the command in the console or add it to my `.zshrc`.
> @Theiaz did you installed docker desktop with download and install or with brew install --cask docker? I did it the official recommended way with .dmg file.
Would be very nice to have a performant lib on deno!
Hey, had the same issue since yesterday. Got a minimal example [repo](https://github.com/Theiaz/vue-test-utils-bug) to reproduce it. Have a look at the README and he commit history to reproduce the error and...
> #1869 is out, can anyone encountering this issue try updating to 2.2.4 and see if that fixes it? The fix is working at my [example repo](https://github.com/Theiaz/vue-test-utils-bug).
We are still investigating some strange behaviour together with setup-option and vue router (nested routing). Tests keeps failing, only rollback to 2.2.2 solves it. I created an [example repository](https://stackblitz.com/edit/github-m93ogm?file=README.md) on...