vlbee / nhshackday-eyeguide

A reference GatsbyJS React app for doctors to have clinical management guidelines available at their fingertips. 👀
https://emergency-eye-guide.netlify.com/
MIT License
3 stars 3 forks source link

Query-string duplicate? #62

Open helenzhou6 opened 6 years ago

helenzhou6 commented 6 years ago

Ran into problems using the query-string npm module, since it used ES6, so the Gatsby Uglifier could not process it. For now have not used query-string but could look into an older version of query-string that uses ES5 or another alternative

helenzhou6 commented 6 years ago

const queryCategory = queryString.parse(window.location.href.replace(window.origin + '/', '')).category;