-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
♨️ bug: StackOverflow exception on cordova/capacitor mode #9029
Comments
add this to your
|
you never defined this
|
@diadal |
now i get your point |
@rstoenescu What external lib should be fixed? |
I tested on electron, and that working. |
No time at the moment to fully investigate, but it's somewhere in Vue + vue-loader and Capacitor's way of dealing with errors. Will come back to this when time allows. Currently swamped with the upcoming Webpack 5 release. Will be able to finish my investigation on this ticket in the next days. |
Found more info about problem |
@bazuka5801 PRing to Capacitor would be fantastic! |
@rstoenescu Done! |
Describe the bug
Now when we create capacitor|cordova project with new Quasar v2, when developing app we get stack overflow if we make a mistake (ex. some template variable is undefined)
When we get error, it is like
Example repository with one command to reproduce bug:
https://github.com/bazuka5801/quasar-bug-avoid
To Reproduce
Steps to reproduce the behavior:
quasar create --branch next
(with ts + composition api)quasar upgrade -i
(for latest updates){{ someError }}
)Expected behavior
Screenshots
Platform (please complete the following information):
Quasar Version: 2.0.0-beta.12
@quasar/app Version: 3.0.0 beta.15
Quasar mode:
Tested on:
OS: Mac OS
Node: 14
Yarn: Latest
Browsers: Chrome, WebKit
iOS: 12
The text was updated successfully, but these errors were encountered: