alex521
alex521
Failed to compile ./src/impl/yjsSignalrConnector.ts line 152 Attempted import error: 'encodeStateVectorV2' is not exported from 'yjs' (imported as 'Y').
yjs version is 13.5.1 , can not find encodeStateVectorV2 function.
一直没改?
同样的问题,换成别家的embedding模型就能正常使用
pod install 报错 No podspec found for `RNXUpdate` in `../node_modules/react-native-xupdate-new`
> > pod install 报错 > > No podspec found for `RNXUpdate` in `../node_modules/react-native-xupdate-new` > > 这个框架目前只支持android,我的解决办法是把RNXUpdate.podspec里的s.homepage修改成"[https://github.com/author/RNXUpdate";然后自己在iOS原生定义RNXUpdate类处理iOS的升级](https://github.com/author/RNXUpdate%22%EF%BC%9B%E7%84%B6%E5%90%8E%E8%87%AA%E5%B7%B1%E5%9C%A8iOS%E5%8E%9F%E7%94%9F%E5%AE%9A%E4%B9%89RNXUpdate%E7%B1%BB%E5%A4%84%E7%90%86iOS%E7%9A%84%E5%8D%87%E7%BA%A7) 改了s.homepage后,pod install 不报错了,但是运行ios项目时会报错,说native module can not be null , 这个ios项目怎么做处理? 其实我只想把这个包用在android上, ios下自己用js检查版本,跳转到市场就可以了
> Hi there, > > It’s a bit of a hack, but I managed to scope the tiptap editor styles by prefixing the selectors in the style file with postcss....