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

Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
pull/8603/head^2
Nafees Nazik 2023-05-02 18:31:54 +05:30 committed by GitHub
parent 28dcf69d18
commit 1cea7f9760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ const nextConfig = {
"@calcom/trpc",
"@calcom/ui",
"lucide-react",
"react-timezone-select",
],
modularizeImports: {
"@calcom/ui/components/icon": {

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",