gabergg / react-scrollable-anchor

Smooth scrolling anchors bound to URL hash
MIT License
291 stars 89 forks source link

Encoded hash with unicode symbols #29

Open kazmiruk opened 6 years ago

kazmiruk commented 6 years ago

Lib doesn't work if I go through encoded link with unicode symbols in anchor. It could be simple fixed by adding encodeUri in getHash method.