mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
### What does this PR do? Fixes the error printed: ```js ❯ bun --bun dev $ next dev --turbopack ▲ Next.js 15.4.5 (Turbopack) - Local: http://localhost:3000 - Network: http://192.168.1.250:3000 ✓ Starting... ✓ Ready in 637ms ○ Compiling / ... ✓ Compiled / in 1280ms /private/tmp/empty/my-app/.next/server/chunks/ssr/[root-of-the-server]__012ba519._.js: Invalid source map. Only conformant source maps can be used to filter stack frames. Cause: TypeError: payload is not an Object. (evaluating '"sections" in payload') /private/tmp/empty/my-app/.next/server/chunks/ssr/[root-of-the-server]__93bf7db5._.js: Invalid source map. Only conformant source maps can be used to filter stack frames. Cause: TypeError: payload is not an Object. (evaluating '"sections" in payload') GET / 200 in 1416ms ^C^[[A ``` ### How did you verify your code works?