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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Version of EOSJS
22.1.0
Describe the bug
node_modules/eosjs/dist/eosjs-jsonrpc.js:102
return [4 /yield/, f(this.endpoint + path, {
^
TypeError: f is not a function
This line of code is trying to use f, which is defined in the previous line: "f = this.fetchBuiltin;", as a function, and it is throwing an error.
To Reproduce
Steps to reproduce the behavior:
Run the example code found here
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: