Open intellix opened 1 year ago
I don't know why but using pnpm instead of yarn resolved for me.
@intellix Did you manage to solve this issue? Thank You in advance
nope, I was hoping that this work actually helps here though, but not sure: https://github.com/qwikifiers/qwik-nx/pull/218
Current Behavior
If you create a brand new qwik-nx project, install modular forms and try to debug/inspect locally, you'll get an error about and invalid qwik-city-plan module:
Originally I wrote about it here: https://github.com/BuilderIO/qwik/issues/3297#issuecomment-1741789593
Expected Behavior
You should just be able to debug locally
GitHub Repo
No response
Steps to Reproduce
Create a brand new qwik-nx project
Install modular-forms:
Add this to header.tsx in the new project:
const loader = useSignal({ email: '' }); useForm<any, any>({ loader, validateOn: 'change' });
npx nx run myapp:serve.debug
Failure Logs
Additional Information
It's the exact same command being run with a brand new qwik project and I noticed that it works there without issue.