next-renders-nothing

This repository exist to demonstrate a bug in Next.js.

To Reproduce

  1. Install and run the development server, npm install && npm run dev
  2. Visit http://localhost:3000
  3. Click any of the links to see the app break
  4. Remove the src/app/(default)/test/[...all]/loading.tsx file and the app works again

This is a Next.js project bootstrapped with create-next-app.