code-corps / code-corps/ember-stripe-elements
Uncaught TypeError: get(...) is not a function
- 主要言語
- JavaScript
- スター
- 64
- フォーク
- 39
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Running into an issue here where the following error is being thrown:
```
Uncaught TypeError: get(...) is not a function
at Class. (stripe-element.js:23)
```
Looks like `get(this, "stripev3.elements")` is returning undefined, so calling that function is blowing up. Any idea why this might be happening?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start at stripe-element.js:23 and trace where get(this, "stripev3.elements") is initialized and where the failing call is reached. Reproduce the reported TypeError and verify that the relevant Stripe Elements value is available before it is invoked; no test or additional file is named in the issue.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- frontend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100