未捕获的TypeError:无法读取属性'追加'未定义的反应

时间:2018-06-08 20:27:49

标签: javascript reactjs

cell.tableViewClosure = {[unowned self] in
    self.tableView.beginUpdates()
    // Singleton
    Strings.shared.strings[indexPath.row] = cell.textField.text!
    self.tableView.reloadRows(at: [indexPath], with: .automatic)
    self.tableView.endUpdates()
}

我想在我的页面中加载svg,但是当页面加载此错误显示在控制台中时。 什么是这个函数的依赖附加和其他东西

0 个答案:

没有答案