战士
Results
2
issues of
战士
我的组件 需要使用 Taro 对象,该如何构建才能再 h5 和 weapp 中运行? `import Taro from '@tarojs/taro';` 因为 `@tarojs/taro` 在 h5 下需要替换成 `@tarojs/taro-h5 `才行,但是 taro cli 编译过程中,把 node_modules 中非包含 ‘taro’ 关键字的的包排除了, 导致第三方包没有被替换,运行就会报错。 个人觉得有两种方案: 1. `@tarojs/taro`...
React 18 give warning as following: Warning: Checkboard: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.