Closed goofmint closed 6 years ago
SDKの改善にご協力いただきありがとうございます。 (Thank you for your support our SDK.)
SDKの不具合を報告する場合は、以下の項目を確認してください。 (If you want to report a bug of the SDK, please confirm the following terms.)
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'data[element].__type')
会員の authData が null になっているため、 https://github.com/NIFCloud-mbaas/ncmb_js/blob/8442a3a153567f0bee3e6696350c77fa97969eee/lib/request.js#L30 にて data['authData'] が null になってエラーになります。
これは会員に限らず、データストア全般で null に更新できないかも知れません。
SDKの改善にご協力いただきありがとうございます。
(Thank you for your support our SDK.)
SDKの不具合を報告する場合は、以下の項目を確認してください。
(If you want to report a bug of the SDK, please confirm the following terms.)
不具合の概要(Description of bug)
2.2.0
会員の更新
メールアドレス認証を行った会員データの更新
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'data[element].__type')
会員の authData が null になっているため、 https://github.com/NIFCloud-mbaas/ncmb_js/blob/8442a3a153567f0bee3e6696350c77fa97969eee/lib/request.js#L30 にて data['authData'] が null になってエラーになります。
これは会員に限らず、データストア全般で null に更新できないかも知れません。