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
To render dynamic component with the value of test prop
What is actually happening?
TypeError: 'get' on proxy: property '_n' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected '[object Array]' but got '[object Object]')
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.12
Reproduction link
https://jsfiddle.net/u4709jto/2/
Steps to reproduce
Click
Run
and open console.What is expected?
To render dynamic component with the value of
test
propWhat is actually happening?
The text was updated successfully, but these errors were encountered: