Skip to content

Commit bfb8d50

Browse files
mdd-update-root-bing-display-all (#961)
mdd-update-root-bing-display-all
1 parent ac36fbc commit bfb8d50

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • samples/maps/geo-map/display-all-imagery/src

samples/maps/geo-map/display-all-imagery/src/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,5 @@ export default class MapDisplayImageryTiles extends React.Component<any, any> {
369369
}
370370
}
371371

372-
// ----------- RENDER BLOCK -------------
373-
const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement);
374-
root.render(<MapDisplayImageryTiles />);
372+
const root = ReactDOM.createRoot(document.getElementById('root'));
373+
root.render(<MapDisplayImageryTiles/>);

0 commit comments

Comments
 (0)