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
Just trying to add it to a project doesn't work, installing with
ember install ember-collection
and then trying to use any of the default layouts gives me a:
ember.debug.js:15332 Uncaught Error: Assertion Failed: A helper named 'mixed-grid-layout' could not be found
Ember CLI version: 1.13.15 Ember version : 2.1.0
The text was updated successfully, but these errors were encountered:
@jasalguero I ran into the same issue after installing ember-collection while running ember serve. The solution was to restart ember serve.
Sorry, something went wrong.
No branches or pull requests
Just trying to add it to a project doesn't work, installing with
ember install ember-collection
and then trying to use any of the default layouts gives me a:
ember.debug.js:15332 Uncaught Error: Assertion Failed: A helper named 'mixed-grid-layout' could not be found
Ember CLI version: 1.13.15
Ember version : 2.1.0
The text was updated successfully, but these errors were encountered: