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
Operating System - Darwin(24.1.0) - darwin/arm64
NodeJs - 22.9.0
Global packages
NPM - Not installed
yarn - 1.22.22
pnpm - Not installed
bun - Not installed
@quasar/cli - 2.4.1
@quasar/icongenie - Not installed
cordova - Not installed
Important local packages
quasar - 2.17.4 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
@quasar/app-vite - 2.0.0-rc.2 -- Quasar Framework App CLI with Vite
@quasar/extras - 1.16.13 -- Quasar Framework fonts, icons and animations
eslint-plugin-quasar - Not installed
vue - 3.5.13 -- The progressive JavaScript framework for building modern web UI.
vue-router - 4.4.5
pinia - 2.2.6 -- Intuitive, type safe and flexible Store for Vue
vuex - Not installed
vite - 5.4.11 -- Native-ESM powered web dev build tool
vite-plugin-checker - Not installed
eslint - 8.57.1 -- An AST-based pattern checker for JavaScript.
esbuild - 0.24.0 -- An extremely fast JavaScript and CSS bundler and minifier.
typescript - 5.6.3 -- TypeScript is a language for application scale JavaScript development
The text was updated successfully, but these errors were encountered:
maiolica
changed the title
Incompatibility with @quasar/app-vite 2.0.0-rc.2 due to declare module '@vue/runtime-core
Incompatibility with @quasar/app-vite 2.0.0-rc.2 due to declare module '@vue/runtime-core'Nov 20, 2024
hawkeye64
added a commit
to hawkeye64/quasar-json-api
that referenced
this issue
Dec 18, 2024
Describe the bug
The file
dist/types/index.d.ts
contains this declaration:which breaks the types (see quasarframework/quasar#17416).
It should be changed to:
To Reproduce
Steps to reproduce the behavior:
@quasar/app-vite
next
version ofquasar-ui-qmarkdown
QMarkdown
componentExpected behavior
No types error
Environment
The text was updated successfully, but these errors were encountered: