fix: give svgs unique ids to avoid clash

This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:38:55 -04:00
parent 59a965911a
commit ae7ebddb1b
7 changed files with 114 additions and 34 deletions
+3 -1
View File
@@ -61,7 +61,8 @@
"react-perfect-scrollbar": "^1.5.8",
"react-scrollspy": "^3.4.2",
"styled-components": "^5.1.1",
"typescript": "^3.9.3"
"typescript": "^3.9.3",
"uuid": "^8.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.0",
@@ -77,6 +78,7 @@
"@types/react-helmet": "^6.0.0",
"@types/react-scrollspy": "^3.3.2",
"@types/styled-components": "^5.1.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-styled-components": "^1.10.7",