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
I did some poking around and will add that rendering only breaks when the frozen array contains objects. If it contains primitives it (from what I can tell) works as expected. It seems it's related to the proxy's that wrap objects.
The error is:
TypeError: 'get' on proxy: property '0' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected '#<Object>' but got '[object Object]')
@yyx990803 This seems like it would be a reasonable fix (at the end of get(…)) but I'm not 100% certain that this would always work as expected. Thoughts?
Version
3.0.0-alpha.9
Reproduction link
https://codesandbox.io/s/hopeful-newton-su9mz
Steps to reproduce
reactive
What is expected?
Frozen arrays should be supported in lists
What is actually happening?
Rendering breaks
The text was updated successfully, but these errors were encountered: