ngxs-labs @ngxs-labs/entity-state issue #1958
Unanswered
MussaratAziz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using Angular 14
when running npm install i get following error
Any idea please? how to resolve this.
Error: Error on worker : Error: Attempted to get members of a non-class: "class Add {
/**
* Generates an action that will add the given entities to the state.
* The entities given by the payload will be added.
* For certain ID strategies this might fail, if it provides an existing ID.
* In all other cases it will overwrite the ID value in the entity with the calculated ID.
* @param target The targeted state class
* @param payload An entity or an array of entities to be added
* @see CreateOrReplace#constructor
*/
constructor(target, payload) {
return generateActionObject(exports.EntityActionType.Add, target, payload);
}
}"
Beta Was this translation helpful? Give feedback.
All reactions