PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
516 stars 91 forks source link

Assignment to undeclared variable in strict mode #49

Closed simonorono closed 3 years ago

simonorono commented 3 years ago

When used in strict mode, any call throws the following error:

Uncaught (in promise) ReferenceError: assignment to undeclared variable response
    getJSON getter.js:21
    rootEndpoint[0] index.js:61
    test utils.ts:13
    <anonymous> main.tsx:15