ユーザ用ツール

サイト用ツール


サイドバー

reactnative:エラー

以前のリビジョンの文書です


エラー

[Unhandled promise rejection: Error: The callback provided as parameter 1 is not a function.]

コールバックでtxを参照していないためのエラー。

db.transaction(console.log("callback"), console.log("error"), console.log("success"))
   ↓
db.transaction((tx)=>{console.log("callback")}, console.log("error"), console.log("success"))

TypeError: Cannot read property 'setState' of undefined

おそらくバインドの問題

reactnative/エラー.1553919416.txt.gz · 最終更新: 2019/03/30 13:16 by ips