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
This overload signature is not compatible with its implementation signature.ts(2394)
apiComponents.ts(39, 17): The implementation signature is declared here.
On version 9.2.0 everything works fine
The text was updated successfully, but these errors were encountered:
The version 10 has some breaking changes (this is why the major version was bumped), you need to regenerate the fetcher, utils and context (and adapt them to your usecase).
Since those files are own by the users (only generated if they are not existing) it’s a bit tricky to migrate them automatically.
Having the following example schema:
Generated the following components code:
Typescript reports the following error:
On version 9.2.0 everything works fine
The text was updated successfully, but these errors were encountered: