adopted-ember-addons / adopted-ember-addons/ember-paper
You must use set() to the the mousedown property
- 主要语言
- JavaScript
- 星标
- 879
- 派生
- 327
- PR 合并指标
- 30 天内没有已合并 PR
描述
Playing locally with tabs I get this error sometimes:
```
"Error: Assertion Failed: You must use set() to set the `mousedown` property (of ) to `true`.
at new EmberError (http://localhost:4200/assets/vendor.js:13637:31)
at assert (http://localhost:4200/assets/vendor.js:12501:23)
at Class.SETTER_FUNCTION [as mousedown] (http://localhost:4200/assets/vendor.js:39547:56)
at Class.handleMousedown (http://localhost:4200/assets/vendor.js:104713:22)
at Backburner._run (http://localhost:4200/assets/vendor.js:28155:35)
at Backburner._join (http://localhost:4200/assets/vendor.js:28133:29)
at Backburner.join (http://localhost:4200/assets/vendor.js:27916:25)
at join (http://localhost:4200/assets/vendor.js:16514:28)
at HTMLElement. (http://localhost:4200/assets/vendor.js:16615:19)"
```
This is triggered by the RippleMixin which sets and read the `mousedown` property without using `.set()`.
Not sure why this is not ALWAYS triggered.
贡献指南
评估
这个 Issue 还没有评估数据。