Trpc Vanilla client producing ts errors
Creating a vanilla trpc client to hopefully use in my Plasmo Extension and it gives me this error
With i believe this being a key factor:
"Type 'AbortSignalEsque' is missing the following properties from type 'AbortSignal': onabort, reason, throwIfAborted, removeEventListener, dispatchEvent"
Anyone have any ideas?
With i believe this being a key factor:
"Type 'AbortSignalEsque' is missing the following properties from type 'AbortSignal': onabort, reason, throwIfAborted, removeEventListener, dispatchEvent"
Anyone have any ideas?

