'Tzip16Module' is not assignable to parameter of type 'Extension | Extension[]' #1116
Answered
by
roxaneletourneau
roxaneletourneau
asked this question in
Q&A
-
After updating a codebase to taquito v10.2.0, I now get an error on the line |
Beta Was this translation helpful? Give feedback.
Answered by
roxaneletourneau
Oct 15, 2021
Replies: 1 comment
-
There was a change in version 10.2.0 to support passing an array of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
roxaneletourneau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There was a change in version 10.2.0 to support passing an array of
Extension
to theaddExtension
method.Make sure that you updated both taquito and tzip16 packages to version 10.2.0.