You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal warninig: "can't access property "a", a.a is undefined"
What is actually happening?
We get: "InternalError: too much recursion"
"warn" function uses "formatProp" to format warning output
"formatProp" checks type of prop by looking for "_isRef" field
prop is a PublicInstanceProxyHandlers so when target doesn't contain such field we get warn again, go to 1.
The text was updated successfully, but these errors were encountered:
wszerad
changed the title
During render error "warn" cause "InternalError: too much recursion" if one of props is PublicInstanceProxyHandlers
After render fail "warn" cause "InternalError: too much recursion" if one of props is PublicInstanceProxyHandlers
Apr 30, 2020
Version
3.0.0-beta.5
Reproduction link
https://jsfiddle.net/24hun8ay/2/
Steps to reproduce
just run code
What is expected?
Normal warninig: "can't access property "a", a.a is undefined"
What is actually happening?
We get: "InternalError: too much recursion"
The text was updated successfully, but these errors were encountered: