Перейти к файлу
dependabot[bot] 5752bbc1e3
chore(deps): bump lodash from 4.17.15 to 4.17.21
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>
2021-09-30 08:30:13 +00:00
public feat: new playground ui (#3) 2019-12-01 18:15:17 +01:00
src react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +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 feat: added eslint and formatted code (#39) 2020-10-14 12:08:02 +02:00
README.md react-scripts 4 and associated eslint / prettier fixes 2021-09-30 14:21:56 +08:00
package.json major dep update 2021-09-30 16:08:26 +08:00
tsconfig.json bump react-script-related deps 2021-09-30 13:32:18 +08:00
yarn.lock chore(deps): bump lodash from 4.17.15 to 4.17.21 2021-09-30 08:30:13 +00:00

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 run yarn link "react-azure-maps"

Subscription key

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

export const key = '<Your Subcription Key>'