From 29417c4d688b4672c236895711420eaa3e25ccd7 Mon Sep 17 00:00:00 2001 From: mddifilippo89 Date: Thu, 20 Nov 2025 14:10:35 -0500 Subject: [PATCH] mdd-update-root-bing-display-all mdd-update-root-bing-display-all --- samples/maps/geo-map/display-all-imagery/src/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/samples/maps/geo-map/display-all-imagery/src/index.tsx b/samples/maps/geo-map/display-all-imagery/src/index.tsx index 27b92c60c..83b348d80 100644 --- a/samples/maps/geo-map/display-all-imagery/src/index.tsx +++ b/samples/maps/geo-map/display-all-imagery/src/index.tsx @@ -369,6 +369,5 @@ export default class MapDisplayImageryTiles extends React.Component { } } -// ----------- RENDER BLOCK ------------- -const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement); -root.render(); +const root = ReactDOM.createRoot(document.getElementById('root')); +root.render();