Handlebars error: Could not find property 'query-params' although Feature activated

痴心易碎 提交于 2019-12-05 06:54:59

It's a bug in that version of Ember, it's working in canary versions.

http://emberjs.jsbin.com/ucanam/3566/edit

They put in query-params-new by accident in v1.4.0-beta3, and removed it as of v1.4.0-beta4. The release version of 1.4.0 does not have this feature, as well as the beta versions of 1.5.0.

It looks like if you wanted to keep working with query-params-new, you'll either need to use the canary build (1.6.0) or revert to 1.4.0-beta3.

https://github.com/emberjs/ember.js/issues/4372#issuecomment-35175856

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!