Z2Y

Results 9 comments of Z2Y

duplicate meta tags when use with preact. https://github.com/garmeeh/next-seo/issues/864

I'm trying to use DragonBones data in Engo, Current, it could render normal texture data. but could work with the mesh. is there any plan to support render mesh object...

I meet the same problem , Any Update ? The press and release event fired in same frame. Action state may lose during update

Getting the Same Problem, Any Update?

the event handler hold the ref of a unmountd vnode, ant the vnode hold the parent vnode. if the detached dom not gabage collected , it will cause memory leak.

I managed to create a demo to reproduce it https://codesandbox.io/s/preact-vlist-demo-ehphz9 steps: Add some items and then scroll up and down, As the chrome devetool show , the number of detached...

@developit Dose the workaround has other side effects? Since there are some work after options.unmount. https://github.com/preactjs/preact/blob/1cb4b3811599095ea64710faaa260350a1bc7c5b/src/diff/index.js#L499-L527 Currently I add these vnode to a set then do the cleanup later. ```javascript...

I upgrade to latest preact v10.11.0, but the problem still exist.

I meet same problem when use in unity, unsafe cast from List to ListLayout not working in unity. related issue https://github.com/NetFabric/NetFabric.Hyperlinq/issues/386