Skip to content

Commit

Permalink
fix(site): overrides react-server-dom-webpack to resolve to react@18
Browse files Browse the repository at this point in the history
fix #244
  • Loading branch information
nebula-aac committed Nov 8, 2023
1 parent 539e928 commit b9805bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"tailwindcss": "^3.3.5"
},
"overrides": {
"[email protected]": {
"react": "^18.0.0"
}
}
}

0 comments on commit b9805bd

Please sign in to comment.