Martin Kliehm
Martin Kliehm
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
I'm using the polyfill in context with Jest and Vue in a TypeScript environment, and I get this error, because there seems to be an import statement in a JavaScript...
Due to a change in autoprefixer in the last two weeks I assume, suddenly `:placeholder-shown` is replaced with `:-moz-placeholder`. According to caniuse, this should only be necessary in Firefox <...
So far we've been using Vue 3 with "vue-class-component": "8.0.0-rc.1" and "vue-property-decorator": "10.0.0-rc.3". Now I was considering to update to vue-facing-decorator, but most of formerly working tests with vue3-jest fail...