-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'focus') #17921
Comments
Hi @cybernetchin! 👋 It looks like you provided an invalid or unsupported reproduction URL. Without a proper reproduction, your issue will have to get closed. Thank you for your collaboration. 👏 |
The relevant piece of code: quasar/ui/src/components/form/QForm.js Lines 82 to 90 in 1161092
I don't know why that would happen. If you mean if that worked for 6 months and stopped working even if you didn't change anything at all, then not much to say or do. If you upgraded a dependency or something, likely Vue, it could help. Given the fact that there is 0 information, it won't be really possible to pinpoint or fix the issue. You don't have to provide actual access to the portal, but you have to at least provide a code snippet, more context, etc. I will leave this open hoping @rstoenescu can understand any potential problems regarding the code. |
Please any update on this |
Don't expect an update in the next couple of days due to life problems. At least not if you provide more information and hope someone else provides help before. |
Thank you for yusufkandemir respond in time respect for a fix. Currently I modified my issue code for a bandage at least to get things running in the mean time until Quasar has a release for a fix. Please find below are 2 spots in my code for the bandage to get things running.
`
However with this bandage that means I have to trade off the QInput's rules prop like javascript Validator plugin not applicable and not working (because I commented out the code as highlighted above)... |
What happened?
The build threw error and frozen on this code see 2 screenshots:
What did you expect to happen?
The same code has no issues for the past 6 months suddenly caught the issue now.
Reproduction URL
none
How to reproduce?
Sorry, no access as the portal needs a private login and however the staging portal is blocked by vpn. It occurs when the web form is submitted. It occurs on a Chrome Incognito browser.
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite), TypeScript Support
Platforms/Browsers
Chrome
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: