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

@ngneat/overview crashes app when updated to version 3.0.0 #10

Open
st-clair-clarke opened this issue Nov 16, 2021 · 2 comments
Open

@ngneat/overview crashes app when updated to version 3.0.0 #10

st-clair-clarke opened this issue Nov 16, 2021 · 2 comments

Comments

@st-clair-clarke
Copy link

st-clair-clarke commented Nov 16, 2021

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Current behavior

upgrading from @ngneat/overview 2.1 - 3.x.x results in the following error

Uncaught Error: Type HotToastModule does not have 'ɵmod' property.
at getNgModuleDef (core.mjs:1130)
at recurse (core.mjs:22110)
at recurse (core.mjs:22121)
at registerNgModuleType (core.mjs:22106)
at new NgModuleFactory (core.mjs:22232)
at compileNgModuleFactory__POST_R3__ (core.mjs:26275)
at PlatformRef.bootstrapModule (core.mjs:26528)
at Module.14720 (main.ts:51)
at webpack_require (bootstrap:19)
at webpack_exec (request.model.ts:135)
getNgModuleDef @ core.mjs:1130
recurse @ core.mjs:22110
recurse @ core.mjs:22121
registerNgModuleType @ core.mjs:22106
NgModuleFactory @ core.mjs:22232
compileNgModuleFactory__POST_R3__ @ core.mjs:26275
bootstrapModule @ core.mjs:26528
14720 @ main.ts:51
webpack_require @ bootstrap:19
webpack_exec @ request.model.ts:135
(anonymous) @ request.model.ts:135
webpack_require.O @ chunk loaded:23
(anonymous) @ request.model.ts:135
webpackJsonpCallback @ jsonp chunk loading:71
(anonymous) @ main.js:2

The application does not run.

Expected behavior

The program should run without such an error.

Error related package.json modules:
"@ngneat/hot-toast": "^3.4.3"
"@ngneat/overview": "^3.0.0",

Modules that run without errors:
"@ngneat/hot-toast": "^3.4.3"
"@ngneat/overview": "^2.1.0",

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


Angular version: 	"@angular/cli": "^13.0.2",



Browser:
- [ x] Chrome (desktop) version 95.0.4638.54 (Official Build) (64-bit)
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ x] Firefox version 94
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
 
For Tooling issues:
- Node version: XX   
  Node v16.13.0
- Platform:  
Kernel Name| Linux
Kernel Release| 5.4.0-90-generic
Kernel Version| #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021
Host Name| scscwrk
Machine Hardware Name| x86_64
OS| GNU/Linux
Code Name| Linux
Processor| x86_64
Platform| x86_64

Others:

@NetanelBasal
Copy link
Member

@st-clair-clarke
Copy link
Author

I am using angular 13. How do I switch to the moder APF?

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