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
And later it turned out to have a bug: original returns undefined on values that cannot be proxied. And of course, my a was raw string input. More importantly, what if draft.a type is variable?
I wonder what prompted the design decision for the original api.
Perhaps it would be better / less error-prone if plan values were returned as is, rather than undefined?
The text was updated successfully, but these errors were encountered:
I've been writing code like:
And later it turned out to have a bug:
original
returnsundefined
on values that cannot be proxied. And of course, mya
was raw string input. More importantly, what ifdraft.a
type is variable?I wonder what prompted the design decision for the
original
api.Perhaps it would be better / less error-prone if plan values were returned as is, rather than
undefined
?The text was updated successfully, but these errors were encountered: