lisaogren / axios-cache-adapter

Caching adapter for axios. Store request results in a configurable store to prevent unneeded network requests.
MIT License
725 stars 108 forks source link

ReferenceError: setup is not defined #249

Open paramov opened 3 years ago

paramov commented 3 years ago

I get the error ReferenceError: setup is not defined.

Example on codepen : https://codepen.io/krocom/pen/JjNdPJm

Did I misunderstand the working logic?

I'm still a beginner, can you help me?