-
### Version
2.5.9
### Reproduction link
[https://github.com/Meesayen/vue-ssr-uncaught-error-demo](https://github.com/Meesayen/vue-ssr-uncaught-error-demo)
### Steps to reproduce
Given the rep…
-
Most of the case, `toHtml` that exports `Icon` to `Html` works well. However, I have to follow the manual copy-and-paste route when embedding an `Icon` within `Svg`. Besides the inconvenience, this ma…
-
RxJS plans to move toward whatever pipeline operator lands. It's very frequent in RxJS that we have child observables that have been set up with pipes of their own. The pattern below is *very* common:…
-
MWE:
```
module Main (main) where
import Prelude
import Html (Html)
import Html as H
import Css as S
import Platform (Program, app)
main :: forall msg. Program Unit Unit msg
main = app
…
-
[Currently, on initial NodePart creation, rendering a template into a container will remove all pre-existing children from the container, then will render the template into the shadow DOM.](https://gi…
-
I am populating tabulator with data from localStorage which has id**,** **item**, **cp**, **rp** as keys of my object stored in localStorage. When i pull these keys with their respective values into T…
-
Not the best bug report, but it seems that under some conditions the form for the token on the home page stops/doesn't update properly when a token is pasted in. This causes the button to remain disab…
-
### What problem does this feature solve?
Right now you can only have 1 root element per template. I know this is by design, but I find myself wrapping everything around a `` a lot. Now, most of the …
-
On This Page
- [Summary](#summary)
- [Problem Overview](#problem-overview)
- [Solution Overview](#solution-overview)
- [Positive Side-Effects](#positive-side-effects)
- [Problem Details](#pro…
-
局部布局缓存,没有变化时无需重新布局。
在一个节点无需重新布局但因为外部/兄弟节点变化造成偏移时,特殊进行offset操作而不是重新布局。
渲染方面,一个节点无动画等变化时,根据复杂情况canvas离屏绘制缓存,再次刷新时刻直接利用drawImage离屏内容;
svg也是直接利用生成好的virtualDom,新的根据位置插入,对matrix/opacity/filter进行特殊优化,大部…