Add Anchor abstraction to support hash links

This commit is contained in:
Aarni Halinen
2019-07-17 18:54:08 +03:00
parent 46520acbe4
commit 9397b4cbfa
18 changed files with 118 additions and 88 deletions
+8
View File
@@ -13036,6 +13036,14 @@
"warning": "^4.0.1"
}
},
"react-router-hash-link": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/react-router-hash-link/-/react-router-hash-link-1.2.1.tgz",
"integrity": "sha512-ddkCtmk/JwMmuU087TGShQHYyNjsJ+/9CTyuVdvvKf6ACgqk2Ma9ndX2xogo7WWmyq9AjuziBm5bmJ12zBxtsQ==",
"requires": {
"prop-types": "^15.6.0"
}
},
"react-side-effect": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.5.tgz",