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
So we add cid to avoid infinite loops due to cycles. For example, creating a list with an Array that contains an object that contains the original Array.
This error probably started happening b/c we added "use strict".
We should probably make CID provide a random number for sealed objects.
Cannot create a CanList from a frozen array of values using the version [email protected].
I'm having this error:
TypeError: Cannot add property _cid, object is not extensible
Here is a snippet of the code:
Here is an example of the error using [email protected]:
https://codesandbox.io/embed/p7vz6r2490?expanddevtools=1
And one working using the latest [email protected]:
https://codesandbox.io/embed/wyz0qq3wl5?expanddevtools=1
The text was updated successfully, but these errors were encountered: