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 can't create a shared value that contains an object and then update the object's fields later. The get_set_object_value test in sharedvalue-tests.ts describes exactly what I am trying to do, and the test seems to be failing in release 1.2.0.
I can't create a shared value that contains an object and then update the object's fields later. The
get_set_object_value
test insharedvalue-tests.ts
describes exactly what I am trying to do, and the test seems to be failing in release 1.2.0.The test output is:
I can only update the entire sharedValue like so:
I believe this is a regression of #178.
The text was updated successfully, but these errors were encountered: