diff --git a/src/React/render.ts b/src/React/render.ts index ae6817eb..bcb59441 100644 --- a/src/React/render.ts +++ b/src/React/render.ts @@ -1,5 +1,5 @@ import type * as React from 'react'; -import * as ReactDOM from 'react-dom'; +import * as ReactDOM from 'react-dom/client'; import type { Root } from 'react-dom/client'; // Let compiler not to search module usage