perf: fix multiple versions of emotion/react loaded warning (#8549)

Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
This commit is contained in:
Nafees Nazik
2023-05-02 18:31:54 +05:30
committed by GitHub
co-authored by Udit Takkar
parent 28dcf69d18
commit 1cea7f9760
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@ const nextConfig = {
"@calcom/trpc",
"@calcom/ui",
"lucide-react",
"react-timezone-select",
],
modularizeImports: {
"@calcom/ui/components/icon": {
+1 -1
View File
@@ -113,7 +113,7 @@
"react-phone-number-input": "^3.2.7",
"react-schemaorg": "^2.0.0",
"react-select": "^5.7.0",
"react-timezone-select": "^1.4.0",
"react-timezone-select": "^1.5.1",
"react-use-intercom": "1.5.1",
"remark": "^14.0.2",
"rrule": "^2.7.1",