emberjs/ember.js

Unreachable code "reached" when trying to render a non-string with the component helper

已关闭

#18,072 创建于 2019年6月4日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (4,216 个派生)batch import
BugGood for New ContributorsHas ReproductionHelp Wanted

仓库指标

星标
 (22,437 个星标)
PR 合并指标
 (平均合并 11天 14小时) (30 天内合并 20 个 PR)

描述

Ember Twiddle

Ember Twiddle doesn't let me go above 3.4, but I'm reproducing this on a 3.10 app (during a migration from 2.18).

This is less of a bug and more of something that could have a helpful debug assertion. Maybe something like:

You passed [Object object] to the {{component}} helper, but the component helper only accepts strings or other components.

Along with maybe a log of what that object was.

(This might not be the right repo for this, since it seems to deal with glimmervm internals)

贡献者指南