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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
That's an interesting idea but I think that to make this work, the proxy would need to be able to be aware that this is happening. It could be a possible follow up proposal to Proxies to expand on a new hook that would enable this behavior.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following use case:
Now, I would like to use spread syntax to construct a new immutable version of
stProxy
:However, the
stProxy
functionality would be lost then.So what if
{...st, ...}
desugars to something like that instead:The text was updated successfully, but these errors were encountered: