Skip to content

Commit

Permalink
fix: expose missing ReactDOM to enable extensions implementation (#11495
Browse files Browse the repository at this point in the history
)

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
  • Loading branch information
alexmt committed Nov 30, 2022
1 parent 524032e commit 21ea86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ if (mdl.hot) {
}

(window as any).React = React;
(window as any).ReactDOM = ReactDOM;

0 comments on commit 21ea86a

Please sign in to comment.