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
if you will get an item and then edit it before doing something, you now need to make another copy
Suggested Solution (optional)
Add an option when making(?) the SharedArray to say that you do not want items to be frozen.
OR
Do not freeze any of the items to begin with
OR
Combine the above two - make SharedArray not freeze by default but add an option.
I personally think that we should go with option 1 for now and just add a new option. It is still likely better for most users to get them frozen and not turn out users are confused about.
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
Feature Description
Currently items out of SharedArray are frozen.
This was done predominantly to prevent people from thinking that editing them will have effect across iterations or VUs.
Unfortunately there are two side effects:
Suggested Solution (optional)
Add an option when making(?) the SharedArray to say that you do not want items to be frozen.
OR
Do not freeze any of the items to begin with
OR
Combine the above two - make SharedArray not freeze by default but add an option.
I personally think that we should go with option 1 for now and just add a new option. It is still likely better for most users to get them frozen and not turn out users are confused about.
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: