Skip to content
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

Enabled refTransform will cause TypeError: Cannot read property 'call' of undefined. #4502

Closed
ygj6 opened this issue Sep 3, 2021 · 1 comment · Fixed by #4503
Closed
Labels
🐞 bug Something isn't working

Comments

@ygj6
Copy link
Member

ygj6 commented Sep 3, 2021

Version

3.2.8

Reproduction link

github.com

Steps to reproduce

  1. npm install
  2. npm run dev
  3. the console will print:
Uncaught TypeError: Cannot read property 'call' of undefined
    at hasOwn (shared.esm-bundler.js:492)
    at Array.doSet (runtime-core.esm-bundler.js:5210)
    at flushPostFlushCbs (runtime-core.esm-bundler.js:7193)
    at render2 (runtime-core.esm-bundler.js:5144)
    at mount (runtime-core.esm-bundler.js:3479)
    at Object.app.mount (runtime-dom.esm-bundler.js:1515)
    at main.js:4

What is expected?

no error

What is actually happening?

print TypeError: Cannot read property 'call' of undefined.

@aphex
Copy link

aphex commented Sep 3, 2021

Fix and explanation of issue supplied here. #4515

@ygj6 ygj6 added the 🐞 bug Something isn't working label Sep 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants