Li Jie

Results 37 comments of Li Jie

https://github.com/fmoo/react-native-web/commit/8a0da1f6aeecf2b772a20a5f154c206a006df234 这里有react-16 的 injectResponderEventPlugin 实现,可以借过来

@cssivision 能发布一个版本吗?上个版本有一段时间了,急需兼容15.4以上版本。

> `The model and loaded state dict do not match exactly` `unexpected key in source state_dict: backbone.cls_token` Just do `state_dict.pop('backbone.cls_token')` > `missing keys in source state_dict: backbone.last_norm.weight, backbone.last_norm.bias` Pass `last_norm=False`...

Thanks! I will review and test later.

Thanks for your great work. That's big changes, I need more time to test.

Currently, I have replaced the types of `Dependency` and `Children` in my structure with the `IComponent` interface, and it seems to be working well. This change allows `CustomMarshaler[ []IComponent ]`...