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
* fix(types): use correct type for headers When passing the headers property to `createHttpLink` one might think that it is ok to pass them as `Headers` interface, but that doesn't work because there is several places in the code that expect headers to be passed as an object. * chore: fix TS errors * chore: adds changeset Co-authored-by: Filipe Guerra <alias.mac@gmail.com>
0 commit comments