code-corps / code-corps/ember-stripe-elements
Uncaught TypeError: get(...) is not a function
Open
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.