We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to use your library but receiving this error: Cache is not a constructor
Cache is not a constructor
library version: 0.2.0 installed through npm
my test code:
import Cache from 'hybrid-disk-cache'; let cc = new Cache();
Do you have any idea why it's not possible to create an instance of Cache, please? Thanks
The text was updated successfully, but these errors were encountered:
Just tried to install it through yarn and version 0.3.0 but with the same results ;-(
Sorry, something went wrong.
Here's example with HDC https://github.com/next-boost/next-boost/blob/master/.next-boost.hdc.js
No branches or pull requests
Hi,
I'm trying to use your library but receiving this error:
Cache is not a constructor
library version: 0.2.0 installed through npm
my test code:
Do you have any idea why it's not possible to create an instance of Cache, please? Thanks
The text was updated successfully, but these errors were encountered: