Skip to content

martenjurgens/mui-lazy-load-bug

Repository files navigation

This is a Next.js project bootstrapped with create-next-app. Replication for https://github.com/mui/mui-x/issues/9563.

Getting Started

  1. Install dependencies:
npm install
  1. Run docker:
docker compose up
  1. Migrate db:
npx prisma migrate dev
  1. Generate prisma client:
npx prisma generate
  1. Run db seed script:
npx prisma db seed
  1. Start development server
npm run dev

Open http://localhost:3000 with your browser to see the result.

The bug

  1. Scroll rapidly up and down the datagrid. May take a while, if the crash doesn't occur just refresh the page and try again. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published