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

Issue in 1.0.5 | error TS2339: Property 'ɵNgxsFeatureModule' does not exist on type #20

Open
swarnadeepsaha opened this issue Apr 6, 2023 · 5 comments

Comments

@swarnadeepsaha
Copy link

Error: node_modules/@ngxs-labs/actions-executing/lib/actions-executing.module.d.ts:7:89 - error TS2339: Property 'ɵNgxsFeatureModule' does not exist on type 'typeof import("<project-dir>/node_modules/@ngxs/store/ngxs-store")'.

7     static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsActionsExecutingModule, never, [typeof i1.ɵNgxsFeatureModule], never>;

We were using ^1.0.3
Fixed when disallow patch upgrade i.e. from ^1.0.3 to 1.0.3

@joaqcid
Copy link
Member

joaqcid commented Apr 6, 2023

@swarnadeepsaha what version of @ngxs/store are you using?

@swarnadeepsaha
Copy link
Author

@joaqcid
"@ngxs/store": "3.7.6"
"@angular/core": "^14.2.12"

@joaqcid
Copy link
Member

joaqcid commented Apr 10, 2023

@swarnadeepsaha right, you could try again using the ^1.0.3, latest version should work now

@swarnadeepsaha
Copy link
Author

@joaqcid doesn't work with 1.0.6 (^1.0.3)

Error: Cannot resolve type entity i1.ɵNgxsFeatureModule to symbol

Error: node_modules/@ngxs-labs/actions-executing/lib/actions-executing.module.d.ts:7:89 - error TS2339: Property 'ɵNgxsFeatureModule' does not exist on type 'typeof import("<project-dir>/node_modules/@ngxs/store/ngxs-store")'.

7     static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsActionsExecutingModule, never, [typeof i1.ɵNgxsFeatureModule], never>;

@joaqcid
Copy link
Member

joaqcid commented Apr 17, 2023

ok, so you should use 1.0.4, on that version actions-executing was compiled using that @ngxs/store 3.7.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants