Skip to content

Commit 0b5f05a

Browse files
committed
Fix import react-dom
1 parent 95b0c26 commit 0b5f05a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/html2/simple/fatModule/esm.sh/supportPolymiddleware.reactDOMRender.withCreateRoot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { createDirectLine, createStoreWithOptions, hooks, ReactWebChat } from 'botframework-webchat';
2323
import { activityComponent, createActivityPolymiddleware } from 'botframework-webchat/middleware';
2424
import { createElement } from 'react';
25-
import { createRoot } from 'react-dom';
25+
import { createRoot } from 'react-dom/client';
2626

2727
const { useStyleOptions } = hooks;
2828
const {

0 commit comments

Comments
 (0)