Перейти к файлу
yulinscottkang 2ed60d0530
Merge pull request #95 from yulinscottkang/v1
chore: upgrade react-azure-maps to v1.0
2023-10-06 11:21:23 +08:00
public feat: new playground ui (#3) 2019-12-01 18:15:17 +01:00
src chore: upgrade react-azure-maps to v1.0 2023-04-26 15:10:15 +08:00
.eslintrc.js react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
.gitignore feat: Update gitignore 2020-02-08 21:53:24 +01:00
.prettierrc.js Ignore line ending issue 2022-06-20 16:44:25 +08:00
README.md chore(deps): upgrade to react 18 2022-08-02 09:43:08 +08:00
SECURITY.md Microsoft mandatory file 2022-07-25 19:03:17 +00:00
package.json chore: bump react-azure-maps to 1.0.0 2023-10-06 11:18:39 +08:00
tsconfig.json bump react-script-related deps 2021-09-30 13:32:18 +08:00
yarn.lock chore: bump react-azure-maps to 1.0.0 2023-10-06 11:18:39 +08:00

README.md

React Azure Maps Playground

This project is community-driven initiative originally created by amazing @psrednicki, @msasinowski and @tbajda and is now maintained by the Azure Maps team.

  • How to link local package version:

    • run yarn watch in azure-maps-react
    • run yarn link in azure-maps-react
    • go to azure-maps-playground and run yarn link "react-azure-maps"
  • How to avoid "Invalid Hook call" caused by multiple React instances

    • go to azure-maps-playground and run
      cd node_modules/react
      yarn link
      
    • go to azure-maps-react and run yarn link react

Subscription key

Please remember to create file and add key to /src/key.ts

export const key = '<Your Subcription Key>'

Creators


psrednicki


msasinowski

tbajda