Li Jie
Li Jie
默认 fork 会关闭 issues,设置打开即可。
https://github.com/fmoo/react-native-web/commit/8a0da1f6aeecf2b772a20a5f154c206a006df234 这里有react-16 的 injectResponderEventPlugin 实现,可以借过来
react 和 react-dom 用 15.3 版本。
如果是为了和 react-native 共享代码库,我建议 web项目单独开个目录,里面package.json用不同的react和react-dom版本。
@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.
Very useful. Thanks.
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 ]`...