Richard

Results 3 issues of Richard

To dev locally without a compiling process, just using the web dev server to do the transform. ``` <my-element> Demo p { border: solid 1px blue; padding: 8px; } This...

Hi @bgotink. Do you have a plan to support coverage report for @playwright/experimental-ct-react.

我在做一个IM 聊天界面的时候,希望初始化和有消息更新的时候,列表的滚动条都可以滚动到底部。 ```javascript scrollToCurrent() { const self = this setTimeout(() => { if (self.listView) { const { listviewRef } = self.listView if (listviewRef) { const scrollProperties = listviewRef.ListViewRef.getMetrics() if (scrollProperties)...