We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5b44b commit b4f9fa2Copy full SHA for b4f9fa2
scripts/link-in-integration-apps.ts
@@ -9,7 +9,7 @@ const projectDirPath = getProjectRoot();
9
10
const commonThirdPartyDeps = (() => {
11
const namespaceModuleNames: string[] = ["@emotion", "@mui"];
12
- const standaloneModuleNames = ["react", "@types/react"];
+ const standaloneModuleNames = ["react", "react-dom", "@types/react"];
13
14
return [
15
...namespaceModuleNames
0 commit comments