我的应用程序中约有1%的用户崩溃,我无法弄清楚原因或复制问题。 Crashlytics只是说
崩溃:com.apple.main-thread EXC_BREAKPOINT 0x0000000102bf023c 专门的SearchTableViewController.tableView(UITableView, didSelectRowAt:IndexPath) - > ()
它突出显示一行甚至没有真正包含代码的行:第196行只包含didSelectRowAt indexPath函数的结束“}”。我已经玩了几个星期了。
模式:
此处的堆栈跟踪:https://imgur.com/8K5jG1I
代码:
import { Link } from 'react-router-dom'
import Button from 'material-ui/Button';
<Button component={Link} to="/open-collective">
Link
</Button>