fwh1990
fwh1990
明天先升一下吧,弄个过渡方案,先用起来
Hello, `taro-iconfont-cli@next`已经发布,欢迎使用,唯一需要变更的就是usingComponent ```typescript // pages/**/index.config.js import { useIconFont } from '../../components/iconfont/helper'; export default { usingComponents: Object.assign(useIconFont()), } ``` 不算最好的方案,所以正式版先不发布。有什么更好的建议,欢迎随时反馈
https://github.com/chenqingspring/react-lottie/issues/93#issuecomment-546046461
I got the same problem.
Do anybody have plan to fix this problem? No more commits were created since `April 4`.
理论上是支持的,因为已经支持3.0。有任何问题会及时修复,请放心使用
对的,任何地方都可以直接使用model.data,如果是在hooks组件里需要重渲染的话,就使用 `model.useData()`
是的,local即为localStorage,只能在浏览器中使用。Taro因为是跨端运行,所以必须选择`taro`引擎,在小程序端会自动使用官方storage(小程序没有localStorage),在h5端自动使用localStorage。 相关文档:https://redux-model.github.io/redux-model/#/zh-cn/persist?id=storage 另外感谢您的反馈,我会在文档方面做得更加完善的
请问您使用的TaroJs是什么版本?
#25 这个PR也许可以解决问题