You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
For components, they have two "magical" variables:
hasBlock
andhasBlockParams
:https://github.com/emberjs/ember.js/blob/2f32bf3fd7981d05dda4bac5c2a7c680c676d265/packages/ember-template-compiler/lib/plugins/transform-has-block-syntax.js#L23-L24
Unfortunately, only the
hasBlock
variable is documented (https://guides.emberjs.com/v2.16.0/components/block-params/) but not thehasBlockParams
variable, which is very useful, when it comes to high-order component development.The text was updated successfully, but these errors were encountered: