Object.defineProperty() on componentPublicInstance proxy || Cannot read properties of undefined (reading 'accessCache')
Version
3.2.32
Reproduction link
Steps to reproduce
- Make sure the terminal runs
npm run build && npm run preview
- Open developer console
- Inspect error
What is expected?
App.vue should render properly and without an error.
What is actually happening?
App.vue does throw an exception when rendering.
Probably caused by this change: https://github.com/vuejs/core/pull/5417#discussion_r849260064
Related: https://github.com/quasarframework/quasar/issues/13154