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
When I use your polyfill, I get an empty Proxy object back. Can someone please help with why this is the case? Does your polyfill support this type of usage?
Without the polyfill, this usage works fine in modern browsers.
The text was updated successfully, but these errors were encountered:
I'm using a third-party library that uses
Proxy
and I'm attempting to use your polyfill in IE11.They're using it like this:
Source: https://github.com/ts-rest/ts-rest/blob/main/libs/ts-rest/react-query/src/lib/react-query.ts#L344
So they pass
{}
as the target argument.When I use your polyfill, I get an empty Proxy object back. Can someone please help with why this is the case? Does your polyfill support this type of usage?
Without the polyfill, this usage works fine in modern browsers.
The text was updated successfully, but these errors were encountered: