type '(__0: ApolloOperation<V>) => Observable<R>' is not assignable to parameter of type 'RequestHandler'.
Types of parameters '__0' and 'operation' are incompatible.
Type 'Operation' is not assignable to type 'ApolloOperation<V>'.
Types of property 'variables' are incompatible.
Type 'Record<string, any>' is not assignable to type 'V'.
'Record<string, any>' is assignable to the constraint of type 'V', but 'V' could be instantiated with a different subtype of constraint 'Record<string, any>'.
не понимаю, что он от меня хочет, почему Record<string, any> не сходится с таким же типом...
О, моя любимая ошибка) 100% там есть extends)
Мне именно из-за этой ошибки пришлось разворачивать экстэнды. Не знаю, может, поможет. Где-то здесь весь трэд начинается: https://t.me/ts_ru/101340
Обсуждают сегодня