Weird error when running unit test
10.0.0-proxy-beta.5
works just fine, error occurs on 10.0.0-proxy-beta.6
with the introduction of @swc/helpers
.2 Replies
oh
Will try to fix that today
https://github.com/trpc/trpc/pull/2909 fixes this
GitHub
remove dependence on
@swc/helpers
by sachinraja · Pull Request #2...Closes https://discord.com/channels/867764511159091230/1025097593807712276/1025097593807712276
🎯 Changes
What changes are made in this PR? Is it a feature or a bug fix?
Make swc use Object.assign i...