-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.context
is undefined in ThreeDSecureAction
#223
Comments
I think I'd like to learn a bit more about how this occurs. We'd normally expect the |
Unintentionally missed mentioning that we're using We patched this 2 weeks ago by duplicating I'm not sure now if we should close this issue and file one with |
I see! Yes, that makes sense. We have a couple other places where If you're willing to make that request of preact, then I think that's a great idea. That would address all of these cases, and those in any other library, in the most 'correct' way. We can consider ways to patch it in react-recurly, but I'm also somewhat concerned about any other potential compatibility issues that may exist between the APIs. |
Thanks for taking the time to look into this. |
it's referencing
this.context
in the constructor, despite performing an earlier check a few lines above forcontext
passed as constructor argumentTo Reproduce
Simply utilize that component.
Expected behavior
Do not throw.
Your Environment
The text was updated successfully, but these errors were encountered: