5752bbc1e3
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
README.md | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
React Azure Maps Playground
- How to link local package version:
- run yarn watch in
azure-maps-react
- run yarn link
azure-maps-react
- go to the
azure-maps-playground
and runyarn link "react-azure-maps"
- run yarn watch in
Subscription key
Please remember to create file and add key to /src/key.ts
export const key = '<Your Subcription Key>'