Replies: 1 comment 2 replies
-
Thanks for opening up a discussion.
Yeah, avoiding changing globals was originally my strong motivation back then, but I kind of gave it up. The new one should be more maintainable and more capable.
wow, good idea. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
by unstable_buildProxyFunction
the new proxyWithCompare will replace the objectIs and canProxy,
but
unstable_replaceInternalFunction('objectIs')
will replace the global objectIs, this affect the laterproxy
.is this the new way to do this ?
Beta Was this translation helpful? Give feedback.
All reactions