gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

OS detection fix #83

Closed blcktqq closed 7 years ago

blcktqq commented 7 years ago

Due to the hoisting, global variables with the same name as declared variables was overrided. So in the previous case window,navigator and process objects was always undefined and current OS was always macOS as declared in constant variable

gabrielbull commented 7 years ago

Hey thanks for the help! Please continue contributing if you have any more issues or want to add features! 🎉