Skip to content

Commit b4f9fa2

Browse files
committed
Update linking script
1 parent bf5b44b commit b4f9fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/link-in-integration-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const projectDirPath = getProjectRoot();
99

1010
const commonThirdPartyDeps = (() => {
1111
const namespaceModuleNames: string[] = ["@emotion", "@mui"];
12-
const standaloneModuleNames = ["react", "@types/react"];
12+
const standaloneModuleNames = ["react", "react-dom", "@types/react"];
1313

1414
return [
1515
...namespaceModuleNames

0 commit comments

Comments
 (0)