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
I've confirmed the call to .pipe is the issue since removing it produces the correct result again. However, the call to .pipe did not corrupt the object in versions <= 2.0.0-beta.2, so this is clearly a bug.
For some added context, I have filed a similar issue in typebox owing to its Clone step: sinclairzx81/typebox#1186
The text was updated successfully, but these errors were encountered:
Upgrading from 2.0.0-beta.2 to 2.0.4, my code that checks Cloudflare worker context:
used to produce the following type that is an instance of ProxyStub:
but now produces this:
I've confirmed the call to
.pipe
is the issue since removing it produces the correct result again. However, the call to.pipe
did not corrupt the object in versions <= 2.0.0-beta.2, so this is clearly a bug.For some added context, I have filed a similar issue in typebox owing to its Clone step: sinclairzx81/typebox#1186
The text was updated successfully, but these errors were encountered: