Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Compatibility with recent taquito #19

Open
852Kerfunkle opened this issue Jan 20, 2023 · 1 comment
Open

Compatibility with recent taquito #19

852Kerfunkle opened this issue Jan 20, 2023 · 1 comment

Comments

@852Kerfunkle
Copy link

Heya, and thank you!

It seems to work quite nicely :)

Small issue: it's not quite compatible with more recent versions of taquito. At best type errors (15.0), at worst runtime errors (15.1).

@852Kerfunkle
Copy link
Author

Ok, so the 15.1 issues seems to be a general issue with taquito - not sure how that only showed up now. Package managers...

Type error I get with 15.0:

Argument of type 'TzktExtension' is not assignable to parameter of type 'Extension | Extension[]'.
  Type 'TzktExtension' is not assignable to type 'Extension'.
    Types of property 'configureContext' are incompatible.
      Type '(context: import("[...]/node_modules/@tzkt/ext-taquito/node_modules/@taquito/taquito/dist/types/context").Context) => void' is not assignable to type '(context: import("[...]/node_modules/@taquito/taquito/dist/types/context").Context) => void'.
        Types of parameters 'context' and 'context' are incompatible.
          Type 'import("[...]/node_modules/@taquito/taquito/dist/types/context").Context' is not assignable to type 'import("[...]/node_modules/@tzkt/ext-taquito/node_modules/@taquito/taquito/dist/types/context").Context'.
            Types have separate declarations of a private property '_rpc'.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant