Aomd
Results
1
comments of
Aomd
这个bug 就是部分依赖没有锁定版本向上兼容,部分又是锁定的 taro-ui 3.3.0解决办法就是 ```json { "dependencies": { "react": "18.2.0", "react-dom": "18.2.0", }, "devDependencies": { "react-native": "0.73.1", } } ``` 安装完成后在执行`npm install taro-ui` have a nice day (๑•̀ㅂ•́)و✧