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
The generated client shouldn't rely on external dependencies.
Currently, if I want to use the generated client, I also need to install @open-rpc/client-js, lodash, @open-rpc/schema-utils-js.
Shouldn't the client be standalone with these dependencies bundled ?