Herminael Rougier
Herminael Rougier
For information, This was discussed here [#10259](https://github.com/prettier/prettier/issues/10259#issuecomment-774013489). Looks like there is a way to achieve it in [#8195](https://github.com/prettier/prettier/issues/8195#issuecomment-623174473). There is also a discussion for a dedicated API in [#4424](https://github.com/prettier/prettier/issues/4424) to...
Hi, This is a [serverless-webpack issue](https://github.com/serverless-heaven/serverless-webpack/issues/950) with webpack >= 5.52.0. Quick fix would be to lock webpack version to 5.51.2.
[[email protected] ](https://github.com/serverless-heaven/serverless-webpack/releases/tag/v5.5.4)has been released a couple hours ago, it should fix this issue with webpack >= 5.52.0 Edit: one would need to submit a PR to bump [email protected] in serverless-bundle,...
Facing a similar issue with missing prop types like `startOnMount` ```tsx ``` ``` TS2322: Type '{ start: number; end: number; startOnMount: boolean; }' is not assignable to type 'IntrinsicAttributes &...
> > Will there be support for module augmentation still? 🤔 I really enjoy this feature, but there are some shortcomings like some frameworks don't provide, for example, `useFragment` etc....
I agree this issue is quite annoying in a monorepo context. Thanks for the tips everyone, for now I chose to explicitly reexport everything: `packages/some-workspace/src/index.ts` ```ts // working export *...
Yarn 2 is coming. I did not mention that I opened this issue especially because a lot of libraries use this library, such as [expo-yarn-workspaces](https://github.com/expo/expo/tree/master/packages/expo-yarn-workspaces) for example. So you have...
> having the same issue, did you find a workaround to fix this? Not yet, unlike the minimal codepen reproduction it doesn't work at all on my existing nextra site...
@marcklingen Yes it did resolve the Watchpack warning but I still get these 2: ``` ⨯ ../node_modules/typescript/lib/typescript.js:43173:24 Module not found: Can't resolve 'module' ... (see previous comment) ``` and ```...
The error about the `.next/fallback-build-manifest.json` seems to happen because of the failing twoslash module import, I can confirm I got v3.0.2 to work by removing the following import and its...