v-ripple throw error after upgrade quasar
See original GitHub issueWhat happened?
v-ripple throw unhandled error as follow after upgrade Quasar:
What did you expect to happen?
no error
Reproduction URL
How to reproduce?
upgrade quasar quasar: 2.2.2 → 2.6.6 @quasar/app: 3.1.8 → 3.3.3
Flavour
Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)
Areas
Directives (quasar)
Platforms/Browsers
Chrome
Quasar info output
Operating System - Darwin(21.4.0) - darwin/x64
NodeJs - 16.6.1
Global packages
NPM - 7.20.3
yarn - 1.22.11
@quasar/cli - 1.0.5
@quasar/icongenie - 2.4.0
cordova - Not installed
Important local packages
quasar - 2.6.6 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
@quasar/app - 3.3.3 -- Quasar Framework local CLI
@quasar/extras - 1.13.5 -- Quasar Framework fonts, icons and animations
eslint-plugin-quasar - 1.1.0 -- Official ESLint plugin for Quasar
vue - 3.2.33 -- The progressive JavaScript framework for building modern web UI.
vue-router - 4.0.14
vuex - 4.0.2 -- state management for Vue.js
electron - 16.2.1 -- Build cross platform desktop apps with JavaScript, HTML, and CSS
electron-packager - 15.4.0 -- Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI
electron-builder - 23.0.2 -- A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box
@babel/core - 7.17.8 -- Babel compiler core.
webpack - 5.71.0 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
webpack-dev-server - 4.7.4 -- Serves a webpack app. Updates the browser on changes.
workbox-webpack-plugin - 6.5.2 -- A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.
register-service-worker - 1.7.2 -- Script for registering service worker, with hooks
typescript - 4.5.5 -- TypeScript is a language for application scale JavaScript development
@capacitor/core - 3.4.3 -- Capacitor: Cross-platform apps with JavaScript and the web
@capacitor/cli - Not installed
@capacitor/android - 3.4.3 -- Capacitor: Cross-platform apps with JavaScript and the web
@capacitor/ios - 3.4.3 -- Capacitor: Cross-platform apps with JavaScript and the web
Quasar App Extensions
@quasar/quasar-app-extension-testing - 1.0.5 -- A Quasar App Extension for managing Test Harnesses
@quasar/quasar-app-extension-testing-e2e-cypress - 1.0.0-beta.13 -- A Quasar App Extension for Cypress e2e
@quasar/quasar-app-extension-testing-unit-jest - 3.0.0-alpha.10 -- A Quasar App Extension for running Jest tests
Networking
Host - Joeys-MacBook-Pro.local
en0 - 192.168.102.6
Relevant log output
No response
Additional context
No response
Issue Analytics
- State:
- Created a year ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Material Ripples - Quasar Framework
Material Ripple effect can easily be added to any DOM element (or component) through the v-ripple Quasar directive. Following these steps:.
Read more >How To Use Vue - Quasar Framework
Quick tutorial about Vue principles and how to use it with Quasar.
Read more >Quasar framework v-on:input does nothing - Stack Overflow
I dont see console.log('teeeeeeeeeeeeest') nor the error. Nothing. Native Vue @input works fine. But Queasar not. What is wrong with this code?
Read more >Upgrading to Quasar V2 - Dependencies, Removing CLI ...
We'll start going through the guide, and run into some upgrade errors along the way!...This gives me a chance to share some Vue3...
Read more >An Introduction To Quasar Framework: Building Cross ...
js file. Building a Notes App #. When building an application with Quasar, the first thing we will want to do is create...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Vue 3.2.31 to be exact
I found some clues. It seems if a v-ripple comes along with a dialog, the page will throw error! Reproduction URL