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
Error at /Applications/MAMP/htdocs/memberhive2/core/node_modules/@ngrx/store/store.d.ts:11:10: Module '"/Applications/MAMP/htdocs/memberhive2/core/node_modules/@ngrx/store/src/store_module"' has no exported member '_initialStateFactory'.
Error at /Applications/MAMP/htdocs/memberhive2/core/node_modules/@ngrx/store/store.d.ts:12:10: Module '"/Applications/MAMP/htdocs/memberhive2/core/node_modules/@ngrx/store/src/tokens"' has no exported member '_INITIAL_STATE'.
Looking at the source files there is indeed no function of that kind.
What gives?
What are the steps to reproduce?
Pulling from nightlies and compiling any code with ngc.
Which versions of Angular, NGRX, OS, TypeScript, CLI, browsers are affected?
you can get around it by pulling the nightly at the last commit, like so: "@ngrx/store": "github:ngrx/store-builds#745395b9775965e1bfcddaabece172f9f556d794",
Bug, feature request, or proposal:
BUG
What is the expected behavior?
Nightlies should compile
What is the current behavior?
running
ngc
produces this:Looking at the source files there is indeed no function of that kind.
What gives?
What are the steps to reproduce?
Pulling from nightlies and compiling any code with ngc.
Which versions of Angular, NGRX, OS, TypeScript, CLI, browsers are affected?
Is there anything else we should know?
It was this last commit that did not include it properly: ngrx/store-builds@b916d04
The text was updated successfully, but these errors were encountered: