You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running yarn type-check i'm getting this error.
I created a minimal project, please run yarn type-check in the terminal so see the error.
node_modules/@splidejs/vue-splide/src/js/utils/merge/merge.ts:39:29 - error TS2339: Property 'slice' does not exist on type 'U[keyof U]'.
39 merged[ key ] = value.slice();
~~~~~
Found 1 error in node_modules/@splidejs/vue-splide/src/js/utils/merge/merge.ts:39
Checks
Version
0.6.12
Description
When running
yarn type-check
i'm getting this error.I created a minimal project, please run
yarn type-check
in the terminal so see the error.Reproduction Link
https://stackblitz.com/edit/nuxt-starter-q9nc9c?file=package.json
Steps to Reproduce
yarn type-check
...
Expected Behaviour
No errors on type check
The text was updated successfully, but these errors were encountered: