Tim Neutkens

Results 22 issues of Tim Neutkens

Fixes https://github.com/vercel/next.js/pull/42735#discussion_r1019116319. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md`...

type: next
created-by: Next.js team

## What? Follow-up for #61369, updates the snapshots. - `shows an overlay for a server-side error` -- Somehow this stack line mentions `(0:54)` but it doesn't look correct. Maybe related...

created-by: Next.js team
area: tests

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Latest version of Next.js. ``` ### Which...

template: bug
area: next/image

**Before posting a comment on this issue please read this entire post.** ## Previous work The past few weeks we've been investigating / optimizing various memory usage issues. Specifically geared...

linear: next

### Description Currently Turbopack tries to handle the `.d.ts` file when resolving tsconfig.json `paths`. The `.d.ts` file should be ignored in that case. ### Testing Instructions

owned-by: turbopack

While checking all Next.js examples against Next.js with Turbopack (which uses lightningcss by default) we got a parsing issue reported related to [`semantic-ui-css`](https://npmjs.com/semantic-ui-css) package. The CSS in `node_modules/semantic-ui-css/semantic.min.css` results in...

Noticed while adding docs for #739 that these files weren't handled by prettier before so unrelated changes got into the commit to change the docs. This ensures the prettier config...

### Description Had to ask this info from the rest of the team, ensures it's documented. ### Testing Instructions

needs: triage
owned-by: turborepo
owned-by: turbopack

The manifest incorrectly held a hardcoded `/development/` which doesn't work in production where buildId is unique.

type: next
created-by: Next.js team

### Link to the code that reproduces this issue https://codesandbox.io/p/devbox/polished-wind-zftm49?file=%2Fapp%2Froute.ts%3A3%2C17&workspaceId=062b139a-c054-40fe-bbf5-0210d48b9dd0 ### To Reproduce 1. Use `import got from 'got` 2. pnpm dev --turbo 3. Open http://localhost:3000 ### Current vs. Expected...

bug
Turbopack
linear: turbopack