code-corps / code-corps/ember-stripe-elements
uncaught TypeError: _this.change.apply is not a function
- Langage dominant
- JavaScript
- Étoiles
- 64
- Forks
- 39
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I also switched to "develop" branch for SCA and I think there is an error in addon/components/stripe-element.js, line 86:
this.change(stripeElement, ...args);
when I use it I get the error:
"uncaught TypeError: _this.change.apply is not a function"
Should it be called like the others
this._invokeAction('change', stripeElement, ...args)
?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez dans addon/components/stripe-element.js à la ligne 86 et comparez l’appel change avec les appels _invokeAction voisins. Vérifiez le chemin de l’événement change dans un scénario d’utilisation de Stripe Elements ; c’est terminé lorsqu’il ne déclenche plus le TypeError signalé.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript
- Domaine
- frontend
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100