Cory Robinson
Cory Robinson
I was able to work around this issue by adding a vitest.config.ts file with the following contents. The alias for "@ionic/vue" is the important line, which forces vitest to load...
@lmiller1990 I created a repro for this issue showing it happening in a NON-CI scenario. Hopefully, it helps get to the root of the problem. ``` git clone https://github.com/crobinson-expl/vue-scaffold-cypress-e2e-unit-march-15.git cd...
I'm not the original reporter, but I created a minimal sample app that demonstrates this issue: https://github.com/[crobinson-expl/vue-capacitor](https://github.com/crobinson-expl/vue-capacitor). Here's how I created it: 1. `npm create vue@latest` 2. Follow prompts to...
> As workaround you can set the value of `androidxAppCompatVersion` to `'1.6.1'` in `variables.gradle` file. > > Not sure why it fails on the `capacitor-cordova-android-plugins` module if it doesn't use...
> Actually one complication I get when downgrading `androidxAppCompatVersion` to 1.6.1 is that my Angular app is throwing a javascript error when I run my app in a Virtual Device....