Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

browser() occurs an error in Node.js #48

Closed
heenakwag opened this issue Mar 23, 2020 · 0 comments · Fixed by SimHub/simhub-electron-calendar#11
Closed

browser() occurs an error in Node.js #48

heenakwag opened this issue Mar 23, 2020 · 0 comments · Fixed by SimHub/simhub-electron-calendar#11
Assignees

Comments

@heenakwag
Copy link
Member

Version

latest

Development Environment

All

Current Behavior

browser() occurs an error in Node.js

// ReferenceError: window is not defined
if (window && window.navigator) {
  detectBrowser();
}

Expected Behavior

If browser() runs in Node.js, do not execute detectBrowser().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant