Steven Rathbauer
Steven Rathbauer
With the newly added types file, there is no way to explicitly import the props to be used for extending usage in styled components. The file in `@types` while very...
I also ran into this issue recently although slightly different ``` @parcel/transformer-typescript-types: Cannot read properties of undefined (reading 'unshift') TypeError: Cannot read properties of undefined (reading 'unshift') ``` the modifiers...
> I installed and run [the repo](https://github.com/jakubmazanec/parcel-bug) with TypeScript 4.6.3 and also with TypeScript 4.5.5, same error. > > Best if somebody took a look at that PR... Ah ok,...
The change to `transformIgnorePatterns` does not work in my case so I am hoping there is a proper fix provided from axios soon.
I found that this did however work for me because it forces those imports to resolve with the CJS module instead: ```js moduleNameMapper: { '^axios$': require.resolve('axios'), }, ```
Would love to get this reviewed and merged!! Can we update to resolve conflicts and tag some people for review?
sorry for pinging directly but we really need traction on this PR to get it merged. It has been 8 months already and this issue is plaguing many people. Can...
another 2 weeks bites the dust and another 30 or so failures I have experienced due to this secondary rate limit issue. What can we do to get this merged...
> Hi @samtjo! This is currently working as we intended. If a new build is not created, we do not set this field since their is no actual build for...
Also having this issue, any updates?