We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea33203 commit 8b32934Copy full SHA for 8b32934
src/React/render.ts
@@ -1,5 +1,5 @@
1
import type * as React from 'react';
2
-import * as ReactDOM from 'react-dom';
+import * as ReactDOM from 'react-dom/client';
3
import type { Root } from 'react-dom/client';
4
5
// Let compiler not to search module usage
0 commit comments