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

wepy core bug #2779

Open
weiyufangchen opened this issue Feb 25, 2022 · 0 comments
Open

wepy core bug #2779

weiyufangchen opened this issue Feb 25, 2022 · 0 comments

Comments

@weiyufangchen
Copy link

wepy core 中,会存在以下如图报错:
image
检查后发现 Dirty.prototype.set 方法中,ref$1 为 undefind,需要在使用 ref$1 前,做如下兼容:if (!isObject(ref$1)) return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant