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
Since: 9d230c5 Because of: https://github.com/bem/bem-xjst/blob/master/lib/bemxjst/index.js#L519
https://goo.gl/2Nx5M1
[{ block: 'test', cols: ['a', 'b'] }];
block('test')( content()(() => apply('cols') .map(c => ({ block: c }))))
Unknown mode exception
<div class="test"> <div class="a"></div> <div class="b"></div> </div>
Throw somewhere here: https://github.com/bem/bem-xjst/blob/master/lib/bemxjst/index.js#L519
Current master
The text was updated successfully, but these errors were encountered:
Docs: apply mode without templates (fix for #487)
e7b7d13
Merge pull request #488 from bem/issue-487_apply
ba102b7
Fixed in #488
Sorry, something went wrong.
No branches or pull requests
Input code or something about issue background
Since: 9d230c5
Because of: https://github.com/bem/bem-xjst/blob/master/lib/bemxjst/index.js#L519
https://goo.gl/2Nx5M1
Expected Behavior
Unknown mode exception
Actual Behavior
Possible Solution
Throw somewhere here: https://github.com/bem/bem-xjst/blob/master/lib/bemxjst/index.js#L519
Your Environment
Current master
The text was updated successfully, but these errors were encountered: