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
Using @ngxs/storage-plugin with StorageOption enum causes a build error when isolatedModules is enabled in the TypeScript compiler options. This breaks compatibility with Angular CLI projects, where "isolatedModules": true is now enabled by default.
Affected Package
@ngxs/storage-plugin
Is this a regression?
Not sure
Description
Using
@ngxs/storage-plugin
withStorageOption
enum causes a build error whenisolatedModules
is enabled in the TypeScript compiler options. This breaks compatibility with Angular CLI projects, where"isolatedModules": true
is now enabled by default.🔬 Minimal Reproduction
StackBlitz Reproduction
🔥 Exception or Error
Environment
The text was updated successfully, but these errors were encountered: