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
In the current implementation the generated api-mock.ts in the SDK imports the ApiFetchClient.
To be able to fully support the multi client strategy, the api-mock.ts file should be ApiClient agnostic.
Proposal
Change the implementation of the file to factory requiring the ApiClient
Remove the Optional PeerDependency to @ama-sdk/client-fetch from the SDK shell.
Remove the Optional PeerDependency to isomorphic-fetch from the SDK shell.