0
どうすればこのエラーを追跡できますか? screen here 私のコードに 'apply'プロパティがあります。 助けてくれてありがとう!還流中の反応原性のエラーを追跡する方法は?
は、私はあなたがデバッグサーバにconectedしている場合、通常は1秒か2秒後に、すべての機能
は、なぜそれが起こっている
onLoadUser: function (user) {
Actions.loadUser.completed(user); // at this place catch error
},
onLoadUserCompleted: function (user) {
this.setCurrentUser(user);
},
setCurrentUser(user) {
currentUser = {
user_id: user.user_id,
token: user.access_token,
username: user.username,
email: user.email
}
},
getCurrentUser() {
return currentUser;
},
?(
それはuはいくつかのコードとして表示することができますのネイティブファイルは – ImPuLsE
反応するだけで、私のソースコードファイルにエラーが表示されないのか?あなたが間違っていることを理解しようとする? – atlanteh
更新の投稿を参照してください – ImPuLsE