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
Sometimes, resources are only needed for data lookup and don't have to be mutable. It may be beneficial both to prevent users from making mistakes and for performance reasons to add an option to the actions to store the data in an immutable (Object.freeze()) way.
The text was updated successfully, but these errors were encountered:
Sometimes, resources are only needed for data lookup and don't have to be mutable. It may be beneficial both to prevent users from making mistakes and for performance reasons to add an option to the actions to store the data in an immutable (
Object.freeze()
) way.The text was updated successfully, but these errors were encountered: