我正在尝试实施
{{#my-custom-component}}
{{my-other-component field=(some-section someSection "PARAM_1" "PARAM_2") onChangeField=(action 'enable' "PARAM_3")}}
{{/my-custom-component}}
所以我想在my-custom-component中显示/渲染my-other-component。所以我的my-custom-component中会有{{yield}}
。
目前有上述内容,我正在
RangeError:超出最大调用堆栈大小
我怀疑我没有正确地通过params。