Christian Blättler

Results 14 comments of Christian Blättler

I'm amazed how quickly that worked out, thanks a lot! 😄 Let me know once there is a version ready for testing.

I think this package is really important for many people working with ngxs or thinking about transitioning to ngxs. So big thanks for the work so far.

I guess you could call `this.form.validateAll()` (`this.form` is a ref to ``) inside the `onBlur` callback of the `` component.

`validator` is a separate npm package. If you want to use it, you have to install it: `npm install validator`.

Is there a solution to this question? I wonder how the `` is getting disabled if there are any errors?

I'm experiencing the same issue. Any updates or ideas on this one?

I've added the following postinstall script to the scripts section of my `package.json` and it work for me and my co-worker: ``` "postinstall": "rm -r node_modules/apollo-language-server/node_modules/graphql"

I've added a (temporary) postinstall script to get around this bug. https://github.com/apollographql/apollo-tooling/issues/2415#issuecomment-930173053

I seem to run into the exact error described here on with `[email protected]` and `[email protected]`. The application loads fine the first time but as soon as the first HMR happens...

> [@cblaettl](https://github.com/cblaettl) have you tried cleaning your installed packages (by running `pnpm prune` and `pnpm i` or running `rm -r node_modules` and `pnpm i`)? I've had this issue when switching...