We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed the addon and in a component I just added console.log(this.media.isMobile);. When my page loads I get the error in the console
console.log(this.media.isMobile);
This is in firefox. Am I missing something
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue.
I am updating from "ember-responsive": "^3.0.6" to "ember-responsive": "^4.0.1" and this error is popping up.
"ember-responsive": "^3.0.6"
"ember-responsive": "^4.0.1"
For now I'm just going to rollback. Any suggestion on why this could be happening? I am using Ember 3.12.
Sorry, something went wrong.
No branches or pull requests
I just installed the addon and in a component I just added
console.log(this.media.isMobile);
. When my page loads I get the error in the consoleThis is in firefox. Am I missing something
The text was updated successfully, but these errors were encountered: