Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

TypeError in eosjs-jsonrpc.js #1082

@apond308

Description

@apond308

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
image

Desktop (please complete the following information):

  • OS: Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions