Subscribe on changes!

Object.defineProperty() on componentPublicInstance proxy || Cannot read properties of undefined (reading 'accessCache')

avatar
Apr 13th 2022

Version

3.2.32

Reproduction link

stackblitz.com

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