peak
peak
**bug 描述** 引入 react-redux 之后编译报错,如下: ``` ./src/redux/index.js 3:24-39 "export 'combineReducers' was not found in './index' at HarmonyImportSpecifierDependency._getErrors (/Users/peak/Desktop/demo/小程序/exhibition_miniapp/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:109:11) at HarmonyImportSpecifierDependency.getWarnings (/Users/peak/Desktop/demo/小程序/exhibition_miniapp/node_modules/webpack/lib/dependencies/HarmonyImportSpecifierDependency.js:60:15) at Compilation.reportDependencyErrorsAndWarnings (/Users/peak/Desktop/demo/小程序/exhibition_miniapp/node_modules/webpack/lib/Compilation.js:1454:24) at /Users/peak/Desktop/demo/小程序/exhibition_miniapp/node_modules/webpack/lib/Compilation.js:1258:10 at AsyncSeriesHook.eval [as callAsync]...
目前android的某些机型是chrome内核,就会造成range.insertNode(span) 方法会触发selectionchange事件造成死循环,然后就很卡,有没有好的解决方案
多业务打包问题
目前提供的打包配置入口如下: "packConfig": { "entryFile": "index.js", //打包入口文件 "bundleOutput": "publish", //打包产物输出目录 "packageName": "CRNDemo", //包名 "dev": false //打包环境 } 如果有多个子业务在同一个工程下开发,怎么配置多业务打包的入口呢。 还有,请问这套框架怎么解决原生和RN路由跳转的一些问题。
### Description When the new architecture is opened and the bridge mode is closed, the Modal content height calculation has a problem, it is 0 at the beginning, and then...