-
### Summary
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.com/er…
-
### Describe the bug
I've run into an issue when trying to do snapshot testing with my components using PrimeVue in our unit tests. We use XState for all of our state management, which means our Vue …
-
Currently ESLint reports errors with things like:
- importing types
- TypeScript in general ("parsing error, unexpected token)
Just doing some local testing, replacing:
```js
module.exports =…
-
### What happened?
When running `quasar prepare`, an app extension that is linked via file:// in package.json throws exception that there is a missing index script.
### What did you expect to h…
-
### Describe the bug
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.c…
-
Hi, in my Laravel 11 with InertiaJS and Vue 3 app the translations (laravel-vue-i18n v.2.7.7) don't load on certain pages. However default 'pl' language is loading perfectly on this pages.
In my ex…
-
I'm using nuxt3 and follow intruction. It gave out error for
```
[Vue warn]: Component is missing template or render function.
at
at >
at
-
**Describe the bug**
When using element.trigger('keydown.xyz'), some keys incorrectly pass the keyCode as code to handlers of KeyboardEvents.
This fundamentally breaks testing for keyboard n…
-
### Current behavior
`defineModel` is stable as of Vue 3.4 so we recently refactored a lot of our code to take advantage of it. However, this has broken our component testing. Previously, we were a…
-
## Bug
There seems to have been a change in node > 20 that is causing start-server-and-test to error due to child processes (cypress + electron) closing.
```
Child process 24584 exited before …