有遇到循环表单输入框报这个错的吗?
react-dom.development.js?61bb:7591 Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child
解决方案:循环块要再包一层View,就解决了。
女孩子
有遇到循环表单输入框报这个错的吗?
react-dom.development.js?61bb:7591 Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child
解决方案:循环块要再包一层View,就解决了。
默认安装的taro-ui的版本,不兼容taro3
执行:npm install taro-ui@3.0.0-alpha.3
common.ts?d785:217 Uncaught (in promise) TypeError: Cannot read property 'onShareAppMessage' of undefined
at createPageConfig (common.ts?d785:217)
at _callee$ (router.ts?051f:162)
at tryCatch (runtime.js?96cf:45)
at Generator.invoke [as _invoke] (runtime.js?96cf:274)
at Generator.prototype.<computed> [as next] (runtime.js?96cf:97)
at asyncGeneratorStep (asyncToGenerator.js?1da1:3)
at _next (asyncToGenerator.js?1da1:25)
createPageConfig @ common.ts?d785:217
_callee$ @ router.ts?051f:162
tryCatch @ runtime.js?96cf:45
invoke @ runtime.js?96cf:274
prototype.<computed> @ runtime.js?96cf:97
asyncGeneratorStep @ asyncToGenerator.js?1da1:3
_next @ asyncToGenerator.js?1da1:25
Promise.then (async)
asyncGeneratorStep @ asyncToGenerator.js?1da1:13
_next @ asyncToGenerator.js?1da1:25
(anonymous) @ asyncToGenerator.js?1da1:32
(anonymous) @ asyncToGenerator.js?1da1:21
render @ router.ts?051f:119
createRouter @ router.ts?051f:176
(anonymous) @ app.config.ts?1aa0:42
./src/app.config.ts @ app.js:2352
webpack_require @ app.js:64
0 @ app.js:2447
webpack_require @ app.js:64
(anonymous) @ app.js:199
(anonymous) @ app.js:202