Describe the bug
I tried out yarn v2 last night, and found that my prettier pre-commit hooks using husky and lint-staged were broken. As far as I can tell, it is because of an issue in a sub-dependency, listr: SamVerschueren/listr#127
I don't think any action is necessarily required by yarn, but wanted to at least document a problem I had when trying out berry.
As a workaround, I was able to explicitly add rxjs@6 to my devDependencies.
Describe the bug
I tried out yarn v2 last night, and found that my prettier pre-commit hooks using husky and lint-staged were broken. As far as I can tell, it is because of an issue in a sub-dependency, listr: SamVerschueren/listr#127
I don't think any action is necessarily required by yarn, but wanted to at least document a problem I had when trying out berry.
As a workaround, I was able to explicitly add rxjs@6 to my devDependencies.