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 watchinazure-maps-react - run
yarn linkinazure-maps-react - go to
azure-maps-playgroundand runyarn link "react-azure-maps"
- run
-
How to avoid "Invalid Hook call" caused by multiple React instances
- go to
azure-maps-playgroundand runcd node_modules/react yarn link - go to
azure-maps-reactand runyarn link react
- go to
Please remember to create file and add key to /src/key.ts
export const key = '<Your Subcription Key>'
|
psrednicki |
msasinowski |
tbajda |