**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](https://developers.eos.io/manuals/eosjs/latest/how-to-guides/how-to-submit-a-transaction) **Screenshots**  **Desktop (please complete the following information):** - OS: Ubuntu 20.04
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):