Laryan
Laryan
This change breaks CLI when using mikro-orm as part of a project that still uses "moduleResolution": "node". Shouldn't a breaking change be part of a major update ?
I can't provide a link to the repo where I have the issue, but I tried the following steps (10min to complete a reproduction) and had the same issue :...
Here is a fork of the nestjs-example-app (quickest way to reproduce the problem) : [nestjs-example-app_6.2.9](https://github.com/Far4way/nestjs-example-app_6.2.9). The only change made to the forked repo is adding `"moduleResolution": "node"` to `compilerOptions` in...
Up ! Encountered the same problem when patching reactive form whose controls are used with p-select. Also, another dirty way of working around the problem was to use : ```...