Ian Luca
Ian Luca
I know I'm a bit late to the discussion, sorry if I'm repeating something, haven't read all the comments. But when one of my colleagues joined my team, this was...
I'm getting the same error after upgrading to `react-scripts@5`. @pcroc did you find any workarounds to suppress the warnings?
Even after #1412, I still get warnings. Tried to fix it myself by removing `sourceMaps` from the tsconfig, but I still have many libraries in my dependencies that have the...
> > Even after #1412, I still get warnings. > > Unfortunately, we have yet to release this fix. In the future we will be able to close this issue...
So, you have 2 options: 1) If you want to publish sourceMaps to give people a better developer experience, you will also have to publish the source code in TypeScript....
Tip: `"antd-dayjs-webpack-plugin": "github:Chastrlove/antd-dayjs-webpack-plugin"`
I definitely have issues with this library in React 18 too. Even on desktop.
What seems like is causing problem is the `-c` flag. This started to fail recently for me. I think because of https://github.com/firsttris/vscode-jest-runner/pull/270, that was merged today. The command that runs...
I'm afraid I still have the issue :/ Relevant info: `"jest": "27.5.1",` ```json "jestrunner.projectPath": "./frontend/ui/", "jestrunner.jestCommand": "npm run test -- --watchAll=false", ``` Output: ``` cd './frontend/ui/' npm run test --...
I have updated to `0.4.57` and can confirm this no longer happens. Thank you!