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
Environment: Angular 18, Typescript 5.4.5, Webpack 5.91.0
Secure-ls version: 2.0.0
Possible regression bug.
Runtime error:
ERROR TypeError: secure_ls__WEBPACK_IMPORTED_MODULE_0__ is not a constructor
Code storage-service.ts
import SecureLS from 'secure-ls'; export class StorageService { private ls = new SecureLS({encodingType: 'aes'}); ... }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment: Angular 18, Typescript 5.4.5, Webpack 5.91.0
Secure-ls version: 2.0.0
Possible regression bug.
Runtime error:
ERROR TypeError: secure_ls__WEBPACK_IMPORTED_MODULE_0__ is not a constructor
Code storage-service.ts
The text was updated successfully, but these errors were encountered: