Skip to content

Commit

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

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

Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
Signed-off-by: schakrad <chakradari.sindhu@gmail.com>
  • Loading branch information
alexmt authored and schakrad committed Mar 14, 2023
1 parent bd6b606 commit 69dcbdf
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 69dcbdf

Please sign in to comment.