Skip to content

Commit

Permalink
🐛 fix(.env.example): add GENERATE_SOURCEMAP=false to fix source map p…
Browse files Browse the repository at this point in the history
…arsing issue

🔧 chore(package.json): update dependencies and fix material-table version to 1.69.3
🐛 fix(index.js): replace ReactDOM.render with root.render to fix React 18 compatibility issue and update antd.css to antd.min.css
The .env.example file now includes the GENERATE_SOURCEMAP=false variable to fix the source map parsing issue. The package.json file has been updated to fix the material-table version to 1.69.3 and update other dependencies. The index.js file has been updated to replace ReactDOM.render with root.render to fix the React 18 compatibility issue and update antd.css to antd.min.css.
  • Loading branch information
romantech committed May 13, 2023
1 parent edbb22f commit 147746c
Show file tree
Hide file tree
Showing 5 changed files with 10,394 additions and 39,964 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Failed to parse source map from "DoubleScrollbar.js.map" 문제 때문에 추가
# https://github.com/mbrn/material-table/issues/3170
GENERATE_SOURCEMAP=false
Loading

1 comment on commit 147746c

@vercel
Copy link

@vercel vercel bot commented on 147746c May 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

beer-table – ./

beer-table-git-master-romantech.vercel.app
beer-table.vercel.app
beer-table-romantech.vercel.app

Please sign in to comment.