导航

    Taro 社区

    Taro

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    • 话题
    • 热门
    • 群组
    1. 主页
    2. jd_78613447f78b0
    J
    • 资料
    • 关注
    • 粉丝
    • 主题
    • 帖子
    • 最佳
    • 群组

    jd_78613447f78b0

    @jd_78613447f78b0

    女孩子

    0
    声望
    3
    帖子
    1031
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录
    位置 上海 年龄 21

    jd_78613447f78b0 关注

    jd_78613447f78b0 发布的帖子

    • 有遇到循环表单输入框报这个错的吗?

      有遇到循环表单输入框报这个错的吗?
      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 实践 + 案例
      J
      jd_78613447f78b0
    • RE: taro3.0.5 taro-ui 在redux模板中不能用了吗?

      默认安装的taro-ui的版本,不兼容taro3
      执行:npm install taro-ui@3.0.0-alpha.3

      发布在 Taro
      J
      jd_78613447f78b0
    • taro3 init 项目,执行npm run dev:h5 报以下错误,紧急,请大佬帮忙解决下问题。

      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

      发布在 Taro
      J
      jd_78613447f78b0