Herminael Rougier
Herminael Rougier
**Describe the bug** I was using [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) in my project. After installing `prettier-plugin-tailwind`, `prettier-plugin-organize-imports` stopped working. This is due to the fact that both plugins are redefining the `typescript` parser...
Upcoming [Yarn 2](https://github.com/yarnpkg/berry) will bring cleaner support for nested workspaces. As stated in the [workspaces documentation](https://yarnpkg.github.io/berry/features/workspaces): > if you try to setup nested workspaces then you must make sure that...
**Describe the bug** Tried to use nextra 3.0.1 and got the following issue (reproduced in codesandbox). **To Reproduce** 1. Go to [codesandbox.io](https://codesandbox.io/p/devbox/yw5tm6) 2. Click on the `Start Dev Server` terminal...
### Link to the code that reproduces this issue https://github.com/hrougier/next15 ### To Reproduce 1. Start the application in development (next dev) 2. See error in the console 3. Open `next.config.ts`...