2ed60d0530
chore: upgrade react-azure-maps to v1.0 |
||
---|---|---|
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
README.md | ||
SECURITY.md | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
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
inazure-maps-react
- run
yarn link
inazure-maps-react
- go to
azure-maps-playground
and runyarn link "react-azure-maps"
- run
-
How to avoid "Invalid Hook call" caused by multiple React instances
- go to
azure-maps-playground
and runcd node_modules/react yarn link
- go to
azure-maps-react
and runyarn link react
- go to
Subscription key
Please remember to create file and add key to /src/key.ts
export const key = '<Your Subcription Key>'
Creators ✨
psrednicki |
msasinowski |
tbajda |