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?
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 stripe-element.js:23 开始,追踪 get(this, "stripev3.elements") 在哪里初始化,以及在哪里执行了失败的调用。重现报告的 TypeError,并确认相关的 Stripe Elements 值在被调用之前可用;issue 中未指定测试或其他文件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- frontend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100