Philipp Bisson
Philipp Bisson
Yes, like @projectNameMonoRepo/legacy-clients @projectNameMonoRepo/components @projectNameMonoRepo/shared-lib etc... With the current setup i would be forced to create new git repos for each npm package. @groupName/legacy-clients @groupName/components @groupName/shared-lib sorry for the delayed...
I had this also. I solved it with replacing the the useQuery hook with the query component and the behavior was gone
i have the same issue. My current work around is for the nx reset thing is ```bash rm -rf .nx # most of the time this is not working ......