Skip to content

Commit

Permalink
Bug demo for mui/mui-x#13441
Browse files Browse the repository at this point in the history
  • Loading branch information
swensel committed Jul 20, 2024
0 parents commit 3359148
Show file tree
Hide file tree
Showing 11 changed files with 6,178 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# MUI Bug Demo

## Info

Created this demo to reproduce some bug(s) with `@mui/x-data-grid`.

## Steps

1. Run `npm install` at the root of the project.
1. Run `npm run dev` at the root of the project.
1. Go to http://localhost:8080/ in your browser.
Loading

0 comments on commit 3359148

Please sign in to comment.