Skip to content
New issue

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

Migrate LRUCache to v9.x.x #100

Open
cb-eli opened this issue May 2, 2023 · 0 comments
Open

Migrate LRUCache to v9.x.x #100

cb-eli opened this issue May 2, 2023 · 0 comments

Comments

@cb-eli
Copy link

cb-eli commented May 2, 2023

https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md

Breaking Change:
Should use named import instead of default import

Change this:

import LRUCache from 'lru-cache'

To this:

import { LRUCache } from 'lru-cache'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants