You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With LRUCache updated to version 5.1.1, the vue component compiler utils throw the error TypeError: Class constructor LRUCache cannot be invoked without 'new'
With LRUCache updated to version 5.1.1, the vue component compiler utils throw the error
TypeError: Class constructor LRUCache cannot be invoked without 'new'
I think this is due to line 9 in lib/parse.ts:
If this would be changed to
I think this would fix the problem.
Does it make sense?
The text was updated successfully, but these errors were encountered: