Skip to content

Commit 8b32934

Browse files
committed
fix: use reactRender from react-dom/client in React 19
1 parent ea33203 commit 8b32934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/React/render.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type * as React from 'react';
2-
import * as ReactDOM from 'react-dom';
2+
import * as ReactDOM from 'react-dom/client';
33
import type { Root } from 'react-dom/client';
44

55
// Let compiler not to search module usage

0 commit comments

Comments
 (0)