Skip to content

Commit 82e46d8

Browse files
author
Scott Kang
committed
chore: upgrade react-azure-maps to v1.0
1 parent 1d286a0 commit 82e46d8

File tree

3 files changed

+25
-208
lines changed

3 files changed

+25
-208
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@types/react-dom": "^18.0.6",
1313
"@types/react-router-dom": "^5.1.3",
1414
"react": "^18.2.0",
15-
"react-azure-maps": "^0.4.5",
15+
"react-azure-maps": "^1.0.0-beta.1",
1616
"react-dom": "^18.2.0",
1717
"react-router-dom": "^6.3.0",
1818
"react-scripts": "5.0.1",

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import './App.css';
3+
import 'azure-maps-control/dist/atlas.min.css'
34

45
import Layout from './Layout/Layout';
56

0 commit comments

Comments
 (0)