-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider whether store.push/pushPayload should copy #3275
Comments
@aldhsu There's a feature named |
We could probably do this in |
as I've thought on this more, this is a Cache detail. Currently the cache does not retain this object (it copies, though by artifact and not design as it deconstructs resources into more granular caches) so it doesn't matter, if a Cache did retain this object it would likely want to deep-freeze it in dev as opposed to copying. |
No description provided.
The text was updated successfully, but these errors were encountered: