We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-dom
1 parent 7ead51f commit a43b82aCopy full SHA for a43b82a
package.json
@@ -41,8 +41,7 @@
41
},
42
"peerDependencies": {
43
"graphql": ">=16.5.0",
44
- "react": ">=18.0.0",
45
- "react-dom": ">=18.0.0"
+ "react": ">=18.0.0"
46
47
"dependencies": {
48
"@emotion/react": "11.10.5",
src/standalone.ts
@@ -1,3 +1,6 @@
1
+/* eslint-disable import/no-extraneous-dependencies */
2
+// All dependencies are bundled for this entry point
3
+
4
import * as React from 'react';
5
import * as ReactDOMClient from 'react-dom/client';
6
0 commit comments