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
On the branch, the feature to call multi chain is implemented. Although there are below remaining open issues need to be fixed.
The .graphclientrc.yml file points to resolvers.ts which works examples in sdk but in explorer packaging it needs to change to resolvers.js. The js extension doesn't work with examples. Find a way which works for both browser and console examples
additionalResolvers:
- ./src/resolvers.ts
The .graphclient code generated using graphclient build command has syntax error
Uncaught SyntaxError: Unexpected string
The similar issue seems to be reported by others as well e.g this issue
Fix this issue trying different versions which are compatible with vite version
An other issue appeared while fixing the first 2 ones:
While the SDK is now compatible with a frontend environment, its own dependencies uses process.env notations, which you be "polyfilled" to make them useable in such an environment.
The text was updated successfully, but these errors were encountered:
On the branch, the feature to call multi chain is implemented. Although there are below remaining open issues need to be fixed.
graphclient build
command has syntax errorUncaught SyntaxError: Unexpected string
The similar issue seems to be reported by others as well e.g this issue
Fix this issue trying different versions which are compatible with vite version
While the SDK is now compatible with a frontend environment, its own dependencies uses
process.env
notations, which you be "polyfilled" to make them useable in such an environment.The text was updated successfully, but these errors were encountered: